fix import
This commit is contained in:
parent
94e1413f60
commit
d61f95fead
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
//! This pass eliminates casting of arrays into slices when their length
|
||||
//! is taken using `.len()` method. Handy to preserve information in MIR for const prop
|
||||
|
||||
use crate::transform::MirPass;
|
||||
use crate::MirPass;
|
||||
use rustc_data_structures::fx::FxIndexMap;
|
||||
use rustc_index::bit_set::BitSet;
|
||||
use rustc_index::vec::IndexVec;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue