From 518cc87496494d639f0a6bf189f1a3567bcfa328 Mon Sep 17 00:00:00 2001 From: Zac Winter Date: Thu, 6 Sep 2018 21:54:54 +0800 Subject: Moved TokenSet into it's own file. --- crates/libsyntax2/src/grammar/mod.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crates/libsyntax2/src/grammar') diff --git a/crates/libsyntax2/src/grammar/mod.rs b/crates/libsyntax2/src/grammar/mod.rs index 339664af3..e19805b9d 100644 --- a/crates/libsyntax2/src/grammar/mod.rs +++ b/crates/libsyntax2/src/grammar/mod.rs @@ -32,7 +32,8 @@ mod type_params; mod types; use { - parser_api::{Marker, CompletedMarker, Parser, TokenSet}, + token_set::TokenSet, + parser_api::{Marker, CompletedMarker, Parser}, SyntaxKind::{self, *}, }; pub(crate) use self::{ -- cgit v1.2.3