mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
58ef56e39b
Change uninlined_format_args into a style lint As [previously discussed](https://github.com/rust-lang/rust-clippy/pull/9233#issuecomment-1256361205), the `uninlined_format_args` should probably be a part of the default style because `println!("{}", foo)` is not as concise or easy to understand as `println!("{foo}")` changelog: [`uninlined_format_args`]: change to be the default `style`