about summary refs log tree commit diff
diff options
context:
space:
mode:
authorlcnr <rust@lcnr.de>2022-01-12 16:09:01 +0100
committerlcnr <rust@lcnr.de>2022-01-12 16:09:01 +0100
commit962582981feca4a17dbe1fe560c924d9d4c664a0 (patch)
treeb2470112ed7a66a1526176fbca05fc4385cae28f
parent72e74d7b9cf1a7901650227e74650f1fcc797600 (diff)
remove unused FIXME
-rw-r--r--compiler/rustc_index/src/lib.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/rustc_index/src/lib.rs b/compiler/rustc_index/src/lib.rs
index 359b1859c68..7919e409253 100644
--- a/compiler/rustc_index/src/lib.rs
+++ b/compiler/rustc_index/src/lib.rs
@@ -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;