Rust 2018 fixes.
Removed the extern crate calls that were no longer required.
This commit is contained in:
parent
9de70a24f7
commit
2d6bed361e
@ -1,5 +1,4 @@
|
|||||||
#[macro_use]
|
use binding::c_enum;
|
||||||
extern crate binding;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#[macro_use]
|
use binding::c_flags;
|
||||||
extern crate binding;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -14,8 +14,6 @@
|
|||||||
#[cfg(not(feature="use_std"))]
|
#[cfg(not(feature="use_std"))]
|
||||||
extern crate core as std;
|
extern crate core as std;
|
||||||
|
|
||||||
extern crate scribe;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Basic C type macro modules.
|
// Basic C type macro modules.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user