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
Disable unused-import warnings on __with_name* aliases. (#1372)
* Disable unused-import warnings on `__with_name*` aliases.
These don't always get used, so disable unused-import warnings for them.
* Disable unused_lint_expectations warnings too; sometimes the aliases are used.
* rustfmt
* Fix more warnings.
0 commit comments