mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
move diagnostics to ide_api
This commit is contained in:
parent
48472f55c3
commit
7cae9ddeeb
3 changed files with 250 additions and 258 deletions
|
@ -11,7 +11,6 @@ mod structure;
|
|||
mod test_utils;
|
||||
mod join_lines;
|
||||
mod typing;
|
||||
mod diagnostics;
|
||||
|
||||
use rustc_hash::FxHashSet;
|
||||
use ra_text_edit::TextEditBuilder;
|
||||
|
@ -27,7 +26,6 @@ pub use crate::{
|
|||
line_index::{LineCol, LineIndex},
|
||||
line_index_utils::translate_offset_with_edit,
|
||||
structure::{file_structure, StructureNode},
|
||||
diagnostics::diagnostics,
|
||||
join_lines::join_lines,
|
||||
typing::{on_enter, on_dot_typed, on_eq_typed},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue