1 file changed
+1
-1
lines changed- .github/workflows/clippy_bors.yml+1-2
- CHANGELOG.md+1
- README.md+1-1
- clippy_lints/src/attrs.rs+1
- clippy_lints/src/consts.rs+1-1
- clippy_lints/src/doc.rs+2-2
- clippy_lints/src/float_literal.rs+3-4
- clippy_lints/src/floating_point_arithmetic.rs+127-4
- clippy_lints/src/indexing_slicing.rs+5-1
- clippy_lints/src/inherent_to_string.rs+1-2
- clippy_lints/src/lib.rs+3-1
- clippy_lints/src/literal_representation.rs+6-220
- clippy_lints/src/matches.rs+56-3
- clippy_lints/src/methods/mod.rs+7-1
- clippy_lints/src/neg_cmp_op_on_partial_ord.rs+1-1
- clippy_lints/src/question_mark.rs+52-12
- clippy_lints/src/types.rs+23-25
- clippy_lints/src/utils/mod.rs+1
- clippy_lints/src/utils/numeric_literal.rs+227
- clippy_lints/src/utils/paths.rs+1-2
- clippy_lints/src/utils/sugg.rs-2
- clippy_lints/src/write.rs+156-120
- src/lintlist/mod.rs+8-1
- tests/ui/author/blocks.rs+1-1
- tests/ui/author/blocks.stdout+1-4
- tests/ui/crashes/ice-5223.rs+18
- tests/ui/crashes/ice-5238.rs+9
- tests/ui/floating_point_abs.fixed+98
- tests/ui/floating_point_abs.rs+126
- tests/ui/floating_point_abs.stderr+80
- tests/ui/print.stderr+1-7
- tests/ui/question_mark.fixed+113
- tests/ui/question_mark.rs+30
- tests/ui/question_mark.stderr+48-15
- tests/ui/rest_pat_in_fully_bound_structs.rs+30
- tests/ui/rest_pat_in_fully_bound_structs.stderr+27
- tests/ui/swap.fixed+1-1
- tests/ui/swap.rs+1-1
- tests/ui/unnecessary_cast_fixable.fixed+6
- tests/ui/unnecessary_cast_fixable.rs+6
- tests/ui/useless_attribute.fixed+4
- tests/ui/useless_attribute.rs+4
- tests/ui/useless_attribute.stderr+1-1
0 commit comments