From 3d97a91e7f896e8fbb94fef43dd57f2e6fb061c8 Mon Sep 17 00:00:00 2001 From: Camille GILLOT Date: Sat, 16 Nov 2019 11:53:44 +0100 Subject: Remove extern crate. --- src/libsyntax/token.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libsyntax/token.rs') diff --git a/src/libsyntax/token.rs b/src/libsyntax/token.rs index 8099b55780c..fd1623384a4 100644 --- a/src/libsyntax/token.rs +++ b/src/libsyntax/token.rs @@ -15,6 +15,7 @@ use syntax_pos::{self, Span, DUMMY_SP}; use std::fmt; use std::mem; use rustc_data_structures::sync::Lrc; +use rustc_macros::HashStable_Generic; #[derive(Clone, PartialEq, RustcEncodable, RustcDecodable, Hash, Debug, Copy)] pub enum BinOpToken { -- cgit 1.4.1-3-g733a5