mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-23 19:15:48 +00:00
Remove thread-local `IGNORED_ATTRIBUTES`. It's just a copy of the read-only global `ich::IGNORED_ATTRIBUTES`, and can be removed without any effect. r? `@michaelwoerister`