Ledger cleanup fixes (#9131) (#9175)

automerge
This commit is contained in:
mergify[bot]
2020-03-30 20:42:17 -07:00
committed by GitHub
parent a02542ada3
commit 8778ecaed5
3 changed files with 193 additions and 45 deletions

View File

@@ -53,7 +53,7 @@ pub enum BlockstoreError {
FsExtraError(#[from] fs_extra::error::Error),
SlotCleanedUp,
}
pub(crate) type Result<T> = std::result::Result<T, BlockstoreError>;
pub type Result<T> = std::result::Result<T, BlockstoreError>;
impl std::fmt::Display for BlockstoreError {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {