Skip to content

Commit 9efd320

Browse files
committed
Fix rebase fallout.
1 parent edc5232 commit 9efd320

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/libsyntax/tokenstream.rs

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ use crate::token::{self, DelimToken, Token, TokenKind};
1717

1818
use syntax_pos::{Span, DUMMY_SP};
1919
use rustc_data_structures::stable_hasher::{HashStable, StableHasher};
20+
use rustc_macros::HashStable_Generic;
2021
use rustc_data_structures::sync::Lrc;
2122
use smallvec::{SmallVec, smallvec};
2223

0 commit comments

Comments
 (0)