mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
minor: modernize
This commit is contained in:
parent
0b4bff93fa
commit
682fbbbd5a
5 changed files with 6 additions and 6 deletions
|
@ -41,7 +41,7 @@ mod types;
|
|||
use crate::{
|
||||
parser::{CompletedMarker, Marker, Parser},
|
||||
SyntaxKind::{self, *},
|
||||
TokenSet,
|
||||
TokenSet, T,
|
||||
};
|
||||
|
||||
pub(crate) mod entry_points {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue