Skip to content

Commit 710999d

Browse files
committed
Auto merge of #9728 - dswij:uninlined-fargs-pedantic, r=flip1995
move `UNINLINED_FORMAT_ARGS` to pedantic As discussed in zulip, we are moving this lint to pedantic to be backported changelog: [`UNINLINED_FORMAT_ARGS`]: move to pedantic
2 parents 40af5be + 14a34c2 commit 710999d

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
@@ -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)