Migrate import statements and macros to Rust 2018.
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
|
||||
use super::{Index, Storage, StorageError, StorageResult};
|
||||
use alloc::boxed::Box;
|
||||
use alloc::vec;
|
||||
|
||||
pub struct BufferStorage {
|
||||
storage: Box<[u8]>,
|
||||
|
||||
Reference in New Issue
Block a user