Skip to content

Commit 2b6b49e

Browse files
authored
Rollup merge of rust-lang#92814 - lcnr:unused-fixme, r=Mark-Simulacrum
remove unused FIXME rust-lang#56935 seems to be fixed.
2 parents 682ad02 + 9625829 commit 2b6b49e

File tree

1 file changed

+0
-4
lines changed
  • compiler/rustc_index/src

1 file changed

+0
-4
lines changed

compiler/rustc_index/src/lib.rs

-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,3 @@
99
pub mod bit_set;
1010
pub mod interval;
1111
pub mod vec;
12-
13-
// FIXME(#56935): Work around ICEs during cross-compilation.
14-
#[allow(unused)]
15-
extern crate rustc_macros;

0 commit comments

Comments
 (0)