Skip to content

Commit 0fe1bba

Browse files
Manishearthcuviper
authored andcommitted
Mark uninlined_format_args as pedantic
1 parent 77565f7 commit 0fe1bba

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ declare_clippy_lint! {
125125
/// nothing will be suggested, e.g. `println!("{0}={1}", var, 1+2)`.
126126
#[clippy::version = "1.66.0"]
127127
pub UNINLINED_FORMAT_ARGS,
128-
style,
128+
pedantic,
129129
"using non-inlined variables in `format!` calls"
130130
}
131131

0 commit comments

Comments
 (0)