mirror of
https://github.com/encounter/rust-sdl2.git
synced 2026-07-10 21:18:41 -07:00
Fix E0446 warning
This commit is contained in:
+1
-2
@@ -2,8 +2,7 @@
|
||||
#![crate_type = "lib"]
|
||||
|
||||
extern crate num;
|
||||
extern crate libc as libc_crate;
|
||||
pub use libc_crate as libc;
|
||||
pub extern crate libc;
|
||||
|
||||
#[macro_use]
|
||||
extern crate lazy_static;
|
||||
|
||||
Reference in New Issue
Block a user