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() {
10
10
` # Things where clippy is just wrong` \
11
11
-A clippy::unwrap-or-default \
12
12
-A clippy::upper_case_acronyms \
13
+ -A clippy::swap-with-temporary \
13
14
` # Things where we do odd stuff on purpose ` \
14
15
-A clippy::unusual_byte_groupings \
15
16
-A clippy::unit_arg \
@@ -105,7 +106,8 @@ CLIPPY() {
105
106
-A clippy::useless_conversion \
106
107
-A clippy::unnecessary_map_or ` # to be removed once we hit MSRV 1.70` \
107
108
-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
109
111
}
110
112
111
113
CLIPPY
You can’t perform that action at this time.
0 commit comments