Update compiler/rustc_mir_transform/src/simplify.rs
This commit is contained in:
parent
62ab4b6160
commit
9473141253
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
//! return.
|
||||
|
||||
use crate::MirPass;
|
||||
use rustc_data_structures::stable_set::FxHashSet;
|
||||
use rustc_data_structures::fx::FxHashSet;
|
||||
use rustc_index::vec::{Idx, IndexVec};
|
||||
use rustc_middle::mir::coverage::*;
|
||||
use rustc_middle::mir::visit::{MutVisitor, MutatingUseContext, PlaceContext, Visitor};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue