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` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |