Skip to content

Commit 2a4c83d

Browse files
authored
Move uninlined_format_args to pedantic (#15287)
Fixes #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`
2 parents 786330e + 32263f5 commit 2a4c83d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/format_args.rs

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

0 commit comments

Comments
 (0)