mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
cargo fmt
This commit is contained in:
parent
375c13cd44
commit
b07f530e3a
1 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,10 @@ use ide_db::helpers::FamousDefs;
|
||||||
use ide_db::RootDatabase;
|
use ide_db::RootDatabase;
|
||||||
use itertools::Itertools;
|
use itertools::Itertools;
|
||||||
use stdx::format_to;
|
use stdx::format_to;
|
||||||
use syntax::{SmolStr, ast::{self, AstNode, NameOwner}};
|
use syntax::{
|
||||||
|
ast::{self, AstNode, NameOwner},
|
||||||
|
SmolStr,
|
||||||
|
};
|
||||||
use test_utils::mark;
|
use test_utils::mark;
|
||||||
|
|
||||||
use crate::{AssistContext, AssistId, AssistKind, Assists};
|
use crate::{AssistContext, AssistId, AssistKind, Assists};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue