Skip to content

Commit

Permalink
Merge #3370
Browse files Browse the repository at this point in the history
3370: Move insert_use util to utils r=matklad a=matklad



bors r+
🤖

Co-authored-by: Aleksey Kladov <[email protected]>
  • Loading branch information
bors[bot] and matklad authored Feb 28, 2020
2 parents d2bf2ad + ff42008 commit 61ba56d
Show file tree
Hide file tree
Showing 5 changed files with 538 additions and 533 deletions.
3 changes: 2 additions & 1 deletion crates/ra_assists/src/handlers/auto_import.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
use crate::{
assist_ctx::{Assist, AssistCtx},
insert_use_statement, AssistId,
utils::insert_use_statement,
AssistId,
};
use hir::{
AsAssocItem, AssocItemContainer, ModPath, Module, ModuleDef, PathResolution, Semantics, Trait,
Expand Down
Loading

0 comments on commit 61ba56d

Please sign in to comment.