Make bitvec public; it is used by regalloc.rs shim too.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
#![allow(dead_code)]
|
||||
|
||||
pub(crate) mod bitvec;
|
||||
pub mod bitvec;
|
||||
pub(crate) mod cfg;
|
||||
pub(crate) mod domtree;
|
||||
pub(crate) mod ion;
|
||||
|
||||
Reference in New Issue
Block a user