mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 12:36:35 +03:00
bca4279457
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