mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-15 08:46:41 +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`