diff options
Diffstat (limited to 'compiler/rustc_target/src/asm/avr.rs')
| -rw-r--r-- | compiler/rustc_target/src/asm/avr.rs | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_target/src/asm/avr.rs b/compiler/rustc_target/src/asm/avr.rs index eab38a4a4f4..6943fd9b5d7 100644 --- a/compiler/rustc_target/src/asm/avr.rs +++ b/compiler/rustc_target/src/asm/avr.rs @@ -1,5 +1,4 @@ use super::{InlineAsmArch, InlineAsmType, ModifierInfo}; -use rustc_macros::HashStable_Generic; use rustc_span::Symbol; use std::fmt;  | 
