Skip to content

Commit

Permalink
Rollup merge of rust-lang#92814 - lcnr:unused-fixme, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
remove unused FIXME

rust-lang#56935 seems to be fixed.
  • Loading branch information
matthiaskrgr committed Jan 15, 2022
2 parents dffb07a + 9625829 commit 2f06a9e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions compiler/rustc_index/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 2f06a9e

Please sign in to comment.