Remove use_extern_macros, which is now stable

This commit is contained in:
Paul Ganssle 2018-08-21 17:25:25 -04:00
parent c7a967c340
commit c69634e0fd
No known key found for this signature in database
GPG Key ID: CD54FCE3D964BEFB
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#![feature(use_extern_macros, specialization)]
#![feature(specialization)]
#[macro_use]
extern crate pyo3;