Skip to content

Commit 14a34c2

Browse files
committed
move UNINLINED_FORMAT_ARGS to pedantic
1 parent 40af5be commit 14a34c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/format_args.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ declare_clippy_lint! {
115115
/// nothing will be suggested, e.g. `println!("{0}={1}", var, 1+2)`.
116116
#[clippy::version = "1.65.0"]
117117
pub UNINLINED_FORMAT_ARGS,
118-
style,
118+
pedantic,
119119
"using non-inlined variables in `format!` calls"
120120
}
121121

0 commit comments

Comments
 (0)