This commit is contained in:
Aleksey Kladov
2019-02-20 23:05:59 +03:00
parent 4c1f9b8d4e
commit 61992dc1cd
5 changed files with 4 additions and 29 deletions

View File

@@ -41,7 +41,7 @@ use crate::{
SyntaxKind::{self, *},
parsing::{
token_set::TokenSet,
parser_api::{CompletedMarker, Marker, Parser}
parser::{CompletedMarker, Marker, Parser}
},
};