Add back accidentally removed #[macro_use]
This commit is contained in:
parent
067f262876
commit
a4f946096c
|
@ -81,6 +81,7 @@
|
||||||
|
|
||||||
extern crate libc;
|
extern crate libc;
|
||||||
|
|
||||||
|
#[macro_use]
|
||||||
extern crate abort_on_panic;
|
extern crate abort_on_panic;
|
||||||
|
|
||||||
#[cfg(feature="python27-sys")]
|
#[cfg(feature="python27-sys")]
|
||||||
|
|
Loading…
Reference in New Issue