Migrate import statements and macros to Rust 2018.
This commit is contained in:
@@ -169,6 +169,7 @@ use crate::embedded_flash::BufferStorage;
|
||||
#[cfg(any(test, feature = "ram_storage"))]
|
||||
use alloc::boxed::Box;
|
||||
use alloc::collections::BTreeMap;
|
||||
use alloc::vec;
|
||||
use alloc::vec::Vec;
|
||||
|
||||
/// Configures a store.
|
||||
|
||||
Reference in New Issue
Block a user