Remove dependency on 'assists' from 'completion' crate

This commit is contained in:
Igor Aleksanov 2020-10-24 10:47:23 +03:00
parent 4105378dc7
commit 8d3d509af7
12 changed files with 151 additions and 129 deletions

View file

@ -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,