fix(tests): silence unused-variable lint in shorten closure #39
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/unused-app-closure-RUS-4"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The
shortentest closure insrc/handlers/urls.rsboundappwithoutusing it inside the closure body, tripping the
unused-variableslint andfailing the build under
-D warnings. Prefix the binding with an underscore(
_app) since the closure references the outertoken, not the passed app.#RUS-4
Pull request closed