Skip to content

Commit 32263f5

Browse files
committed
Move uninlined_format_args to pedantic
1 parent e1be062 commit 32263f5

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)