Rust 2018 fixes.

Removed the extern crate calls that were no longer required.
This commit is contained in:
2019-01-21 21:08:26 -05:00
parent 9de70a24f7
commit 2d6bed361e
3 changed files with 2 additions and 6 deletions

View File

@ -1,5 +1,4 @@
#[macro_use]
extern crate binding;
use binding::c_enum;

View File

@ -1,5 +1,4 @@
#[macro_use]
extern crate binding;
use binding::c_flags;