diff options
Diffstat (limited to 'library/stdarch/crates/assert-instr-macro')
| -rw-r--r-- | library/stdarch/crates/assert-instr-macro/src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/library/stdarch/crates/assert-instr-macro/src/lib.rs b/library/stdarch/crates/assert-instr-macro/src/lib.rs index 317e7cf01b0..76a14b37cb9 100644 --- a/library/stdarch/crates/assert-instr-macro/src/lib.rs +++ b/library/stdarch/crates/assert-instr-macro/src/lib.rs @@ -8,8 +8,6 @@ //! `#[test]` function to the original token stream which asserts that the //! function itself contains the relevant instruction. -#![feature(proc_macro)] - extern crate proc_macro; extern crate proc_macro2; #[macro_use] |
