Skip to content

Commit d61f95f

Browse files
committed
fix import
1 parent 94e1413 commit d61f95f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_mir_transform/src/normalize_array_len.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//! This pass eliminates casting of arrays into slices when their length
22
//! is taken using `.len()` method. Handy to preserve information in MIR for const prop
33
4-
use crate::transform::MirPass;
4+
use crate::MirPass;
55
use rustc_data_structures::fx::FxIndexMap;
66
use rustc_index::bit_set::BitSet;
77
use rustc_index::vec::IndexVec;

0 commit comments

Comments
 (0)