mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-31 23:57:30 +00:00
Simplify
This commit is contained in:
parent
5ba4f949c2
commit
6158304f8b
6 changed files with 25 additions and 45 deletions
|
@ -7,7 +7,7 @@ use itertools::Itertools;
|
|||
use parser::SyntaxKind;
|
||||
|
||||
use crate::{
|
||||
ast::{self, support, token_ext::HasStringValue, AstNode, AstToken, NameOwner, SyntaxNode},
|
||||
ast::{self, support, AstNode, AstToken, NameOwner, SyntaxNode},
|
||||
SmolStr, SyntaxElement, SyntaxToken, T,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue