rust-clippy/tests/ui-toml/toml_unknown_key
bors 990bbdc2be Auto merge of #10656 - Centri3:master, r=xFrednet
Add configuration for `semicolon_block` lints

Does exactly what it says on the tin, suggests moving a block's final semicolon inside if it's multiline and outside if it's singleline.

I don't really like how this is implemented so I'm not too sure if this is ready yet. Alas, it might be ok.

---

fixes #10654

changelog: Enhancement: [`semicolon_inside_block`]: Added `semicolon-inside-block-ignore-singleline` as a new config value.
[#10656](https://github.com/rust-lang/rust-clippy/pull/10656)
changelog: Enhancement: [`semicolon_outside_block`]: Added `semicolon-outside-block-ignore-multiline` as a new config value.
[#10656](https://github.com/rust-lang/rust-clippy/pull/10656)
<!-- changelog_checked -->
2023-04-25 20:12:00 +00:00
..
clippy.toml Get compile-test tests for configuration working 2018-05-30 20:37:18 +02:00
conf_unknown_key.rs Update to a compiletest-rs version that requires //@ for commands 2023-04-20 14:44:03 +00:00
conf_unknown_key.stderr Auto merge of #10656 - Centri3:master, r=xFrednet 2023-04-25 20:12:00 +00:00