Skip to content

Commit

Permalink
Fix rebase fallout.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjgillot committed Nov 22, 2019
1 parent edc5232 commit 9efd320
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libsyntax/tokenstream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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};

Expand Down

0 comments on commit 9efd320

Please sign in to comment.