mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
internal: adapt diagnostics to the new rename API
This commit is contained in:
parent
a91071b57b
commit
26c978f258
4 changed files with 474 additions and 455 deletions
|
@ -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::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue