Rust 2018 fixes.
Removed the extern crate calls that were no longer required.
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
#[macro_use]
|
||||
extern crate binding;
|
||||
use binding::c_enum;
|
||||
|
||||
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
#[macro_use]
|
||||
extern crate binding;
|
||||
use binding::c_flags;
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user