mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-18 03:13:31 +00:00
cargo fmt
This commit is contained in:
parent
87f837cec7
commit
7535bb4661
571 changed files with 2210 additions and 2458 deletions
|
|
@ -4,8 +4,9 @@ use either::Either;
|
|||
use hir::{InFile, Semantics, Type};
|
||||
use parser::T;
|
||||
use syntax::{
|
||||
AstNode, NodeOrToken, SyntaxToken,
|
||||
ast::{self, AstChildren, HasArgList, HasAttrs, HasName},
|
||||
match_ast, AstNode, NodeOrToken, SyntaxToken,
|
||||
match_ast,
|
||||
};
|
||||
|
||||
use crate::RootDatabase;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue