about summary refs log tree commit diff
path: root/src/libsyntax/token.rs
diff options
context:
space:
mode:
authorCamille GILLOT <gillot.camille@gmail.com>2019-11-16 11:53:44 +0100
committerCamille GILLOT <gillot.camille@gmail.com>2019-11-17 22:37:16 +0100
commit3d97a91e7f896e8fbb94fef43dd57f2e6fb061c8 (patch)
tree7e27f0cc47c48c606183628094ec9bcee0d6812f /src/libsyntax/token.rs
parent5b4dad7ad2666237a45e0467374fd744dd01bb6e (diff)
downloadrust-3d97a91e7f896e8fbb94fef43dd57f2e6fb061c8.tar.gz
rust-3d97a91e7f896e8fbb94fef43dd57f2e6fb061c8.zip
Remove extern crate.
Diffstat (limited to 'src/libsyntax/token.rs')
-rw-r--r--src/libsyntax/token.rs1
1 files changed, 1 insertions, 0 deletions
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 {