use visibility to check unused imports and delete some stmts
This commit is contained in:
parent
724ba7fe90
commit
482275b194
38 changed files with 133 additions and 55 deletions
|
@ -48,7 +48,7 @@ mod visitor;
|
|||
pub use self::cursor::{AnalysisResults, ResultsClonedCursor, ResultsCursor, ResultsRefCursor};
|
||||
pub use self::direction::{Backward, Direction, Forward};
|
||||
pub use self::engine::{Engine, EntrySets, Results, ResultsCloned};
|
||||
pub use self::lattice::{JoinSemiLattice, MaybeReachable, MeetSemiLattice};
|
||||
pub use self::lattice::{JoinSemiLattice, MaybeReachable};
|
||||
pub use self::visitor::{visit_results, ResultsVisitable, ResultsVisitor};
|
||||
|
||||
/// Analysis domains are all bitsets of various kinds. This trait holds
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue