mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Remove dependency on 'assists' from 'completion' crate
This commit is contained in:
parent
4105378dc7
commit
8d3d509af7
12 changed files with 151 additions and 129 deletions
|
@ -31,8 +31,8 @@
|
|||
//! }
|
||||
//! ```
|
||||
|
||||
use assists::utils::get_missing_assoc_items;
|
||||
use hir::{self, HasAttrs, HasSource};
|
||||
use ide_db::traits::get_missing_assoc_items;
|
||||
use syntax::{
|
||||
ast::{self, edit, Impl},
|
||||
display::function_declaration,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue