mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
HasGenericArgs syntax trait
This commit is contained in:
parent
6c8c49b01b
commit
c08d419fba
26 changed files with 83 additions and 41 deletions
|
@ -3,7 +3,10 @@
|
|||
use hir::AsAssocItem;
|
||||
use ide_db::{base_db::FilePosition, FxHashMap};
|
||||
use parsing::Placeholder;
|
||||
use syntax::{ast, SmolStr, SyntaxKind, SyntaxNode, SyntaxToken};
|
||||
use syntax::{
|
||||
ast::{self, HasGenericArgs},
|
||||
SmolStr, SyntaxKind, SyntaxNode, SyntaxToken,
|
||||
};
|
||||
|
||||
use crate::{errors::error, parsing, SsrError};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue