Mark uninlined_format_args as pedantic

This commit is contained in:
Manish Goregaokar 2023-01-30 19:28:27 -08:00
parent d020fd7fe6
commit b4e2b48270

View File

@ -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"
}