Make bitvec public; it is used by regalloc.rs shim too.

This commit is contained in:
Chris Fallin
2021-06-19 12:47:02 -07:00
parent 736f636c36
commit 22eed0a6ae

View File

@@ -12,7 +12,7 @@
#![allow(dead_code)] #![allow(dead_code)]
pub(crate) mod bitvec; pub mod bitvec;
pub(crate) mod cfg; pub(crate) mod cfg;
pub(crate) mod domtree; pub(crate) mod domtree;
pub(crate) mod ion; pub(crate) mod ion;