Clean up use to keep rust 1.43.0 from complaining (#9740)

This commit is contained in:
Michael Vines
2020-04-27 16:54:11 -07:00
committed by GitHub
parent 2f705b5b55
commit c11abf88b7
15 changed files with 24 additions and 48 deletions

View File

@ -1,7 +1,6 @@
use crate::blockstore_meta;
use bincode::{deserialize, serialize};
use byteorder::{BigEndian, ByteOrder};
use fs_extra;
use log::*;
pub use rocksdb::Direction as IteratorDirection;
use rocksdb::{

View File

@ -26,7 +26,6 @@ use std::{
use tar::Archive;
use tempfile::TempDir;
use thiserror::Error;
use zstd;
pub const SNAPSHOT_STATUS_CACHE_FILE_NAME: &str = "status_cache";
pub const TAR_SNAPSHOTS_DIR: &str = "snapshots";