File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ CLIPPY() {
1010 ` # Things where clippy is just wrong` \
1111 -A clippy::unwrap-or-default \
1212 -A clippy::upper_case_acronyms \
13+ -A clippy::swap-with-temporary \
1314 ` # Things where we do odd stuff on purpose ` \
1415 -A clippy::unusual_byte_groupings \
1516 -A clippy::unit_arg \
@@ -105,7 +106,8 @@ CLIPPY() {
105106 -A clippy::useless_conversion \
106107 -A clippy::unnecessary_map_or ` # to be removed once we hit MSRV 1.70` \
107108 -A clippy::manual_repeat_n ` # to be removed once we hit MSRV 1.86` \
108- -A clippy::io_other_error ` # to be removed once we hit MSRV 1.74`
109+ -A clippy::io_other_error ` # to be removed once we hit MSRV 1.74` \
110+ -A clippy::uninlined-format-args
109111}
110112
111113CLIPPY
You can’t perform that action at this time.
0 commit comments