minor: modernize

This commit is contained in:
Aleksey Kladov 2021-09-06 18:42:07 +03:00
parent 0b4bff93fa
commit 682fbbbd5a
5 changed files with 6 additions and 6 deletions

View file

@ -41,7 +41,7 @@ mod types;
use crate::{
parser::{CompletedMarker, Marker, Parser},
SyntaxKind::{self, *},
TokenSet,
TokenSet, T,
};
pub(crate) mod entry_points {