Migrate import statements and macros to Rust 2018.
This commit is contained in:
@@ -18,7 +18,6 @@ extern crate alloc;
|
||||
#[cfg(feature = "std")]
|
||||
extern crate core;
|
||||
|
||||
#[macro_use]
|
||||
pub mod macros;
|
||||
pub mod reader;
|
||||
pub mod values;
|
||||
|
||||
Reference in New Issue
Block a user