[bitset] Rename bitset module
This commit is contained in:
parent
1964015d81
commit
c17559791f
2
src/cache/check.rs
vendored
2
src/cache/check.rs
vendored
@ -10,7 +10,7 @@ use crate::cache::superblock::*;
|
||||
use crate::io_engine::{AsyncIoEngine, IoEngine, SyncIoEngine};
|
||||
use crate::pdata::array::{self, ArrayBlock, ArrayError};
|
||||
use crate::pdata::array_walker::*;
|
||||
use crate::pdata::bitset_walker::*;
|
||||
use crate::pdata::bitset::*;
|
||||
|
||||
//------------------------------------------
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
pub mod array;
|
||||
pub mod array_walker;
|
||||
pub mod bitset_walker;
|
||||
pub mod bitset;
|
||||
pub mod btree;
|
||||
pub mod btree_builder;
|
||||
pub mod btree_merge;
|
||||
|
Loading…
Reference in New Issue
Block a user