Skip to content

Commit 2880dcc

Browse files
committed
Auto merge of #10265 - Manishearth:uninlined-fmt-pedantic, r=Alexendoo
Mark uninlined_format_args as pedantic Fixes #10087 We should restore this when rust-analyzer support gets better. Worth filing an issue to track. changelog: Mark [`uninlined_format_args`] as `pedantic`
2 parents b5a4fa1 + b4e2b48 commit 2880dcc

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)