Fix rebase fallout.

This commit is contained in:
Camille GILLOT 2019-11-22 20:17:22 +01:00
parent edc5232a4d
commit 9efd3205b5

View File

@ -17,6 +17,7 @@ use crate::token::{self, DelimToken, Token, TokenKind};
use syntax_pos::{Span, DUMMY_SP};
use rustc_data_structures::stable_hasher::{HashStable, StableHasher};
use rustc_macros::HashStable_Generic;
use rustc_data_structures::sync::Lrc;
use smallvec::{SmallVec, smallvec};