Reformat using the new identifier sorting from rustfmt
This commit is contained in:
parent
1173204b36
commit
c682aa162b
1455 changed files with 7152 additions and 8384 deletions
|
@ -3,7 +3,7 @@ use rustc_middle::mir::{Body, TerminatorKind};
|
|||
use rustc_middle::ty::{self, GenericArgsRef, ParamEnv, Ty, TyCtxt, VariantDef};
|
||||
use rustc_mir_dataflow::impls::MaybeInitializedPlaces;
|
||||
use rustc_mir_dataflow::move_paths::{LookupResult, MoveData, MovePathIndex};
|
||||
use rustc_mir_dataflow::{move_path_children_matching, Analysis, MaybeReachable};
|
||||
use rustc_mir_dataflow::{Analysis, MaybeReachable, move_path_children_matching};
|
||||
use rustc_target::abi::FieldIdx;
|
||||
|
||||
/// Removes `Drop` terminators whose target is known to be uninitialized at
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue