Rollup merge of #92814 - lcnr:unused-fixme, r=Mark-Simulacrum

remove unused FIXME

#56935 seems to be fixed.
This commit is contained in:
Matthias Krüger 2022-01-16 16:58:20 +01:00 committed by GitHub
commit 2b6b49e1d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,3 @@
pub mod bit_set;
pub mod interval;
pub mod vec;
// FIXME(#56935): Work around ICEs during cross-compilation.
#[allow(unused)]
extern crate rustc_macros;