mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
1821920cc8
delete [allow(unused_unsafe)] from issue #74838 While looking into issue #111288 I noticed the following `#[allow(...)]` with a `FIXME` asking for it to be removed. Deleting the `#[allow(...)]` does not seem to break anything, it seems like the lint has been updated for unsafe blocks in macros?