2 files changed
+11
-2
lines changed+10-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
476 | 476 |
| |
477 | 477 |
| |
478 | 478 |
| |
479 |
| - | |
| 479 | + | |
480 | 480 |
| |
481 | 481 |
| |
482 | 482 |
| |
| |||
1604 | 1604 |
| |
1605 | 1605 |
| |
1606 | 1606 |
| |
| 1607 | + | |
| 1608 | + | |
| 1609 | + | |
| 1610 | + | |
| 1611 | + | |
| 1612 | + | |
| 1613 | + | |
| 1614 | + | |
| 1615 | + | |
1607 | 1616 |
| |
1608 | 1617 |
| |
1609 | 1618 |
| |
|
- .github/deploy.sh+12-2
- CHANGELOG.md+2
- CONTRIBUTING.md+80-79
- README.md+1-1
- clippy_lints/Cargo.toml+1-1
- clippy_lints/README.md+1-3
- clippy_lints/src/attrs.rs+2-2
- clippy_lints/src/doc.rs+19-5
- clippy_lints/src/functions.rs+1-1
- clippy_lints/src/implicit_return.rs+7-1
- clippy_lints/src/inline_fn_without_body.rs+1-1
- clippy_lints/src/lib.rs+9
- clippy_lints/src/lifetimes.rs+1-1
- clippy_lints/src/macro_use.rs+53
- clippy_lints/src/map_unit_fn.rs+3-3
- clippy_lints/src/matches.rs+43-11
- clippy_lints/src/methods/mod.rs+1-1
- clippy_lints/src/misc_early.rs+23-16
- clippy_lints/src/missing_const_for_fn.rs+6-1
- clippy_lints/src/missing_doc.rs+1-1
- clippy_lints/src/missing_inline.rs+1-1
- clippy_lints/src/mut_key.rs+1-1
- clippy_lints/src/ptr.rs+1-1
- clippy_lints/src/redundant_clone.rs+73-45
- clippy_lints/src/shadow.rs+8-4
- clippy_lints/src/trivially_copy_pass_by_ref.rs+1-1
- clippy_lints/src/types.rs+2-2
- clippy_lints/src/utils/mod.rs+22-1
- clippy_lints/src/utils/paths.rs+1
- clippy_lints/src/verbose_file_reads.rs+83
- doc/adding_lints.md+80-70
- src/lintlist/mod.rs+15-1
- tests/ui/crashes/shadow.rs+6
- tests/ui/crashes/trivial_bounds.rs+13
- tests/ui/doc_errors.rs+1-1
- tests/ui/format.fixed+1-1
- tests/ui/format.rs+1-1
- tests/ui/issue_4266.rs+1-1
- tests/ui/macro_use_imports.rs+11
- tests/ui/macro_use_imports.stderr+10
- tests/ui/match_single_binding.fixed+8-1
- tests/ui/match_single_binding.rs+9-1
- tests/ui/match_single_binding.stderr+24-10
- tests/ui/methods.rs+1-1
- tests/ui/needless_doc_main.rs+34-2
- tests/ui/needless_doc_main.stderr+13-1
- tests/ui/option_map_unit_fn_fixable.fixed+7-1
- tests/ui/option_map_unit_fn_fixable.rs+7-1
- tests/ui/option_map_unit_fn_fixable.stderr+44-36
- tests/ui/patterns.fixed+16
- tests/ui/patterns.rs+16
- tests/ui/patterns.stderr+13-1
- tests/ui/redundant_clone.fixed+24
- tests/ui/redundant_clone.rs+24
- tests/ui/redundant_clone.stderr+21-9
- tests/ui/result_map_unit_fn_fixable.stderr+17-17
- tests/ui/single_component_path_imports.fixed+1-1
- tests/ui/single_component_path_imports.rs+1-1
- tests/ui/use_self.fixed+1-1
- tests/ui/use_self.rs+1-1
- tests/ui/verbose_file_reads.rs+28
- tests/ui/verbose_file_reads.stderr+19
0 commit comments