about summary refs log tree commit diff
path: root/library/std/src/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorYuri Astrakhan <YuriAstrakhan@gmail.com>2022-11-27 10:12:51 -0500
committerYuri Astrakhan <YuriAstrakhan@gmail.com>2022-11-27 10:12:51 -0500
commit7a2d92e1f29f774acb640b8e4262aed1b8f7f9a4 (patch)
tree9afa0926a9ec2aac17709062de9e76b0437f7d20 /library/std/src/sys/unix/stack_overflow.rs
parentc55cadcfd9616c37d60d3be11c4ddc8dd1c25a4c (diff)
downloadrust-7a2d92e1f29f774acb640b8e4262aed1b8f7f9a4.tar.gz
rust-7a2d92e1f29f774acb640b8e4262aed1b8f7f9a4.zip
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.
Diffstat (limited to 'library/std/src/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions