You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Convert a hard-warning about named static lifetimes into lint "unused_lifetimes"
Define the `named_static_lifetimes` lint
This lint will replace the existing hard-warning.
Replace the named static lifetime hard-warning with the new lint
Update the UI tests for the `named_static_lifetimes` lint
Remove the direct dependency on `rustc_lint_defs`
fix build
Signed-off-by: Zhi Qi <[email protected]>
use "UNUSED_LIFETIMES" instead
Signed-off-by: Zhi Qi <[email protected]>
update 1 test and fix typo
Signed-off-by: Zhi Qi <[email protected]>
update tests
Signed-off-by: Zhi Qi <[email protected]>
fix tests: add extra blank line
Signed-off-by: Zhi Qi <[email protected]>
0 commit comments