File tree
4 files changed
+23
-12
lines changed- src
- librustc_lint
- librustc_save_analysis
- librustc_span
- tools
4 files changed
+23
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
226 | 227 | | |
227 | 228 | | |
228 | 229 | | |
229 | | - | |
230 | | - | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
231 | 233 | | |
232 | 234 | | |
233 | 235 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
776 | 776 | | |
777 | 777 | | |
778 | 778 | | |
779 | | - | |
780 | | - | |
781 | | - | |
782 | | - | |
783 | | - | |
784 | | - | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
785 | 792 | | |
786 | 793 | | |
787 | 794 | | |
| |||
799 | 806 | | |
800 | 807 | | |
801 | 808 | | |
802 | | - | |
| 809 | + | |
803 | 810 | | |
804 | 811 | | |
805 | 812 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
144 | 146 | | |
145 | 147 | | |
146 | 148 | | |
| |||
717 | 719 | | |
718 | 720 | | |
719 | 721 | | |
720 | | - | |
| 722 | + | |
721 | 723 | | |
722 | 724 | | |
723 | 725 | | |
| |||
- CHANGELOG.md+1
- README.md+1-1
- clippy_lints/src/empty_enum.rs+18-4
- clippy_lints/src/eq_op.rs+13-1
- clippy_lints/src/formatting.rs+22-16
- clippy_lints/src/let_underscore.rs+5
- clippy_lints/src/lib.rs+5-1
- clippy_lints/src/loops.rs+4-4
- clippy_lints/src/main_recursion.rs+2-10
- clippy_lints/src/methods/mod.rs+102-1
- clippy_lints/src/types.rs+199-181
- clippy_lints/src/unused_io_amount.rs+15-10
- clippy_lints/src/utils/conf.rs+2
- clippy_lints/src/utils/mod.rs+24-14
- clippy_lints/src/utils/paths.rs+8
- src/lintlist/mod.rs+8-1
- tests/ui-toml/toml_unknown_key/conf_unknown_key.stderr+1-1
- tests/ui-toml/vec_box_sized/clippy.toml+1
- tests/ui-toml/vec_box_sized/test.rs+15
- tests/ui-toml/vec_box_sized/test.stderr+22
- tests/ui/empty_enum.stderr+1-1
- tests/ui/eq_op.rs+9
- tests/ui/formatting.rs+11
- tests/ui/formatting.stderr+9-1
- tests/ui/issue-3746.rs+22
- tests/ui/let_underscore.rs+7
- tests/ui/let_underscore.stderr+12-12
- tests/ui/match_same_arms.rs-90
- tests/ui/match_same_arms.stderr+26-132
- tests/ui/match_same_arms2.rs+84
- tests/ui/match_same_arms2.stderr+109
- tests/ui/missing_const_for_fn/could_be_const.rs+1-2
- tests/ui/missing_const_for_fn/could_be_const.stderr+5-5
- tests/ui/needless_range_loop.rs+2-85
- tests/ui/needless_range_loop.stderr+16-104
- tests/ui/needless_range_loop2.rs+85
- tests/ui/needless_range_loop2.stderr+91
- tests/ui/option_as_ref_deref.fixed+38
- tests/ui/option_as_ref_deref.rs+41
- tests/ui/option_as_ref_deref.stderr+92
- tests/ui/unused_io_amount.rs+6
- tests/ui/unused_io_amount.stderr+17-5
- tests/ui/vec_box_sized.fixed+3-1
- tests/ui/vec_box_sized.rs+3-1
- tests/ui/vec_box_sized.stderr+3-3
0 commit comments