Skip to content

Commit b4e2b48

Browse files
committed
Mark uninlined_format_args as pedantic
1 parent d020fd7 commit b4e2b48

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