Alias folding/visiting traits instead of re-export
This commit is contained in:
parent
863e96d626
commit
e8e9c32af9
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ use rustc_data_structures::fx::FxHashMap;
|
|||
use rustc_index::bit_set::{BitSet, HybridBitSet};
|
||||
use rustc_lint::LateContext;
|
||||
use rustc_middle::mir::{self, visit::Visitor as _, Mutability};
|
||||
use rustc_middle::ty::{self, visit::TypeVisitor};
|
||||
use rustc_middle::ty::{self, visit::ir::TypeVisitor};
|
||||
use rustc_mir_dataflow::{impls::MaybeStorageLive, Analysis, ResultsCursor};
|
||||
use std::borrow::Cow;
|
||||
use std::ops::ControlFlow;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue