mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 21:35:20 +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
|
@ -10,6 +10,8 @@ pub mod defs;
|
|||
pub mod search;
|
||||
pub mod imports_locator;
|
||||
pub mod source_change;
|
||||
pub mod ty_filter;
|
||||
pub mod traits;
|
||||
|
||||
use std::{fmt, sync::Arc};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue