Skip to content

Commit

Permalink
Update compiler/rustc_mir_transform/src/simplify.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleywiser authored Jul 21, 2022
1 parent 62ab4b6 commit 9473141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_mir_transform/src/simplify.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit 9473141

Please sign in to comment.