Cleanup use declaration (#22875)

This commit is contained in:
Brooks Prumo 2022-02-01 17:34:11 -06:00 committed by GitHub
parent 4bc3a1195f
commit fb0e71946f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -42,6 +42,7 @@ use {
},
thread::Builder,
},
storage::{SerializableStorage, SerializedAppendVecId},
};
mod newer;
@ -49,8 +50,6 @@ mod storage;
mod tests;
mod utils;
use storage::{SerializableStorage, SerializedAppendVecId};
// a number of test cases in accounts_db use this
#[cfg(test)]
pub(crate) use tests::reconstruct_accounts_db_via_serialization;