move UNINLINED_FORMAT_ARGS to pedantic

This commit is contained in:
dswijj 2022-10-27 17:49:43 +08:00
parent 40af5be525
commit 14a34c2c61

View File

@ -115,7 +115,7 @@ declare_clippy_lint! {
/// nothing will be suggested, e.g. `println!("{0}={1}", var, 1+2)`.
#[clippy::version = "1.65.0"]
pub UNINLINED_FORMAT_ARGS,
style,
pedantic,
"using non-inlined variables in `format!` calls"
}