mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 13:07:34 +00:00
Fix `unused_braces` lint suggestion when encountering attributes This PR fixes the `unused_braces` lint suggestion when encountering attributes by not removing them in the suggestion. Fixes rust-lang/rust#141549