Skip to content

Commit f1c649b

Browse files
dswijflip1995
authored andcommitted
Move uninlined_format_args to pedantic (#15287)
Fixes rust-lang/rust-clippy#15151 See also https://rust-lang.zulipchat.com/#narrow/channel/257328-clippy/topic/uninlined_format_args.20is.20contentious/ changelog: Move [`uninlined_format_args`] to `pedantic`
1 parent 4229c2e commit f1c649b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/clippy/clippy_lints/src/format_args.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ declare_clippy_lint! {
163163
/// nothing will be suggested, e.g. `println!("{0}={1}", var, 1+2)`.
164164
#[clippy::version = "1.66.0"]
165165
pub UNINLINED_FORMAT_ARGS,
166-
style,
166+
pedantic,
167167
"using non-inlined variables in `format!` calls"
168168
}
169169

0 commit comments

Comments
 (0)