Add back accidentally removed #[macro_use]

This commit is contained in:
Daniel Grunwald 2016-03-05 17:44:30 +01:00
parent 067f262876
commit a4f946096c
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@
extern crate libc;
#[macro_use]
extern crate abort_on_panic;
#[cfg(feature="python27-sys")]