Skip to content

Commit 32f4890

Browse files
Manishearthcuviper
authored andcommitted
Mark uninlined_format_args as pedantic
1 parent 3fe64eb commit 32f4890

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
@@ -124,7 +124,7 @@ declare_clippy_lint! {
124124
/// nothing will be suggested, e.g. `println!("{0}={1}", var, 1+2)`.
125125
#[clippy::version = "1.65.0"]
126126
pub UNINLINED_FORMAT_ARGS,
127-
style,
127+
pedantic,
128128
"using non-inlined variables in `format!` calls"
129129
}
130130

0 commit comments

Comments
 (0)