Cleanup use declaration (#22875)
This commit is contained in:
@ -42,6 +42,7 @@ use {
|
|||||||
},
|
},
|
||||||
thread::Builder,
|
thread::Builder,
|
||||||
},
|
},
|
||||||
|
storage::{SerializableStorage, SerializedAppendVecId},
|
||||||
};
|
};
|
||||||
|
|
||||||
mod newer;
|
mod newer;
|
||||||
@ -49,8 +50,6 @@ mod storage;
|
|||||||
mod tests;
|
mod tests;
|
||||||
mod utils;
|
mod utils;
|
||||||
|
|
||||||
use storage::{SerializableStorage, SerializedAppendVecId};
|
|
||||||
|
|
||||||
// a number of test cases in accounts_db use this
|
// a number of test cases in accounts_db use this
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
pub(crate) use tests::reconstruct_accounts_db_via_serialization;
|
pub(crate) use tests::reconstruct_accounts_db_via_serialization;
|
||||||
|
Reference in New Issue
Block a user