internal: adapt diagnostics to the new rename API

This commit is contained in:
Aleksey Kladov 2021-06-14 18:46:27 +03:00
parent a91071b57b
commit 26c978f258
4 changed files with 474 additions and 455 deletions

View file

@ -8,7 +8,6 @@ pub mod label;
pub mod line_index;
pub mod symbol_index;
pub mod defs;
pub mod search;
pub mod items_locator;
pub mod source_change;
pub mod ty_filter;
@ -16,6 +15,9 @@ pub mod traits;
pub mod call_info;
pub mod helpers;
pub mod search;
pub mod rename;
use std::{fmt, sync::Arc};
use base_db::{