move UNINLINED_FORMAT_ARGS
to pedantic
This commit is contained in:
parent
40af5be525
commit
14a34c2c61
@ -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"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user