This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
fff7aa0e18
rust
/
tests
/
ui-toml
/
allow_mixed_uninlined_format_args
/
clippy.toml
2 lines
42 B
TOML
Raw
Normal View
History
Unescape
Escape
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 09:12:51 -06:00
allow-mixed-uninlined-format-args
=
false
Reference in New Issue
Copy Permalink