mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
modernize some files
This commit is contained in:
parent
49324ee566
commit
1761a7d213
3 changed files with 4 additions and 10 deletions
|
@ -1,5 +1,6 @@
|
|||
use drop_bomb::DropBomb;
|
||||
|
||||
use crate::{
|
||||
drop_bomb::DropBomb,
|
||||
parser_impl::ParserImpl,
|
||||
token_set::TokenSet,
|
||||
SyntaxKind::{self, ERROR},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue