Make the bitset module private.
This is just an implementation detail.
This commit is contained in:
@@ -17,7 +17,6 @@ pub mod entity;
|
|||||||
|
|
||||||
pub mod bforest;
|
pub mod bforest;
|
||||||
pub mod binemit;
|
pub mod binemit;
|
||||||
pub mod bitset;
|
|
||||||
pub mod cursor;
|
pub mod cursor;
|
||||||
pub mod dominator_tree;
|
pub mod dominator_tree;
|
||||||
pub mod flowgraph;
|
pub mod flowgraph;
|
||||||
@@ -31,6 +30,7 @@ pub mod timing;
|
|||||||
pub mod verifier;
|
pub mod verifier;
|
||||||
|
|
||||||
mod abi;
|
mod abi;
|
||||||
|
mod bitset;
|
||||||
mod constant_hash;
|
mod constant_hash;
|
||||||
mod context;
|
mod context;
|
||||||
mod iterators;
|
mod iterators;
|
||||||
|
|||||||
Reference in New Issue
Block a user