Commit 93c9ee3
authored
Disable unused-import warnings on
* 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.__with_name* aliases. (#1372)1 parent 1ee3108 commit 93c9ee3
2 files changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
401 | 405 | | |
402 | 406 | | |
403 | 407 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | 3 | | |
9 | 4 | | |
10 | 5 | | |
| |||
0 commit comments