Rust 2018 fixes.
Removed the extern crate calls that were no longer required.
This commit is contained in:
@ -14,8 +14,6 @@
|
||||
#[cfg(not(feature="use_std"))]
|
||||
extern crate core as std;
|
||||
|
||||
extern crate scribe;
|
||||
|
||||
|
||||
|
||||
// Basic C type macro modules.
|
||||
|
Reference in New Issue
Block a user