mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-08 21:13:55 +00:00
cargo fmt
This commit is contained in:
parent
375c13cd44
commit
b07f530e3a
@ -3,7 +3,10 @@ use ide_db::helpers::FamousDefs;
|
||||
use ide_db::RootDatabase;
|
||||
use itertools::Itertools;
|
||||
use stdx::format_to;
|
||||
use syntax::{SmolStr, ast::{self, AstNode, NameOwner}};
|
||||
use syntax::{
|
||||
ast::{self, AstNode, NameOwner},
|
||||
SmolStr,
|
||||
};
|
||||
use test_utils::mark;
|
||||
|
||||
use crate::{AssistContext, AssistId, AssistKind, Assists};
|
||||
|
Loading…
Reference in New Issue
Block a user