Fix compile on latest nightly (#527)
The `proc_macro` feature has stabilized in the compiler and usage of it largely needs to switch to `use_extern_macros` now.
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
//! This macro expands to a `#[test]` function which tests the local machine
|
||||
//! for the appropriate cfg before calling the inner test function.
|
||||
|
||||
#![feature(proc_macro)]
|
||||
|
||||
extern crate proc_macro;
|
||||
extern crate proc_macro2;
|
||||
#[macro_use]
|
||||
|
||||
Reference in New Issue
Block a user