Skip to content

Commit f95333d

Browse files
committed
Auto merge of #10265 - Manishearth:uninlined-fmt-pedantic, r=llogiq
Mark uninlined_format_args as pedantic Fixes #10087 We should restore this when rust-analyzer support gets better. Worth filing an issue to track.
2 parents 607e3e8 + b4e2b48 commit f95333d

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)