mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-27 06:33:07 +03:00
Auto merge of #10265 - Manishearth:uninlined-fmt-pedantic, r=Alexendoo
Mark uninlined_format_args as pedantic Fixes https://github.com/rust-lang/rust-clippy/issues/10087 We should restore this when rust-analyzer support gets better. Worth filing an issue to track. changelog: Mark [`uninlined_format_args`] as `pedantic`
This commit is contained in:
@@ -125,7 +125,7 @@
|
||||
/// nothing will be suggested, e.g. `println!("{0}={1}", var, 1+2)`.
|
||||
#[clippy::version = "1.66.0"]
|
||||
pub UNINLINED_FORMAT_ARGS,
|
||||
style,
|
||||
pedantic,
|
||||
"using non-inlined variables in `format!` calls"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user