rust/tests/ui-toml/toml_unknown_key
Yuri Astrakhan 7a2d92e1f2 Add allow-mixed-uninlined-format-args config
Implement `allow-mixed-uninlined-format-args` config param to change the behavior of the `uninlined_format_args` lint. Now it is a part of `style`, and won't propose inlining in case of a mixed usage, e.g. `print!("{} {}", var, 1+2)`. If the user sets allow-mixed-uninlined-format-args config param to `false`, then it would behave like before, proposing to inline args even in the mixed case.
2022-11-27 10:12:51 -05:00
..
clippy.toml
conf_unknown_key.rs Remove error-pattern comments 2022-06-14 16:28:34 +00:00
conf_unknown_key.stderr Add allow-mixed-uninlined-format-args config 2022-11-27 10:12:51 -05:00