about summary refs log tree commit diff
path: root/library/stdarch/crates/assert-instr-macro/src
diff options
context:
space:
mode:
authorJoshua Nelson <jyn514@gmail.com>2021-04-11 10:26:35 -0400
committerGitHub <noreply@github.com>2021-04-11 15:26:35 +0100
commitb411a5c3751019ebe25da37db3409f53b0ccf9ee (patch)
treec532f8dc7e7f91753f72a059130a5630cc603085 /library/stdarch/crates/assert-instr-macro/src
parent1bce95c73230682eda6550d378fdc3826f402bd1 (diff)
downloadrust-b411a5c3751019ebe25da37db3409f53b0ccf9ee.tar.gz
rust-b411a5c3751019ebe25da37db3409f53b0ccf9ee.zip
Convert all crates to 2018 edition (#1109)
Diffstat (limited to 'library/stdarch/crates/assert-instr-macro/src')
-rw-r--r--library/stdarch/crates/assert-instr-macro/src/lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/library/stdarch/crates/assert-instr-macro/src/lib.rs b/library/stdarch/crates/assert-instr-macro/src/lib.rs
index 0a879e037e2..ef76c1c0d42 100644
--- a/library/stdarch/crates/assert-instr-macro/src/lib.rs
+++ b/library/stdarch/crates/assert-instr-macro/src/lib.rs
@@ -9,11 +9,8 @@
 //! function itself contains the relevant instruction.
 #![deny(rust_2018_idioms)]
 
-extern crate proc_macro;
-extern crate proc_macro2;
 #[macro_use]
 extern crate quote;
-extern crate syn;
 
 use proc_macro2::TokenStream;
 use quote::ToTokens;