mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-02 04:18:18 +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