Remove use_extern_macros, which is now stable
This commit is contained in:
parent
c7a967c340
commit
c69634e0fd
|
@ -1,4 +1,4 @@
|
||||||
#![feature(use_extern_macros, specialization)]
|
#![feature(specialization)]
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate pyo3;
|
extern crate pyo3;
|
||||||
|
|
Loading…
Reference in New Issue