Move uninlined_format_args to pedantic

This commit is contained in:
Alex Macleod 2025-07-16 12:30:52 +00:00
parent e1be06240d
commit 32263f5fe1

View file

@ -165,7 +165,7 @@ declare_clippy_lint! {
/// 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"
}