diff options
author | Aleksey Kladov <[email protected]> | 2019-03-21 16:05:15 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-03-21 16:08:54 +0000 |
commit | 7cae9ddeeb14aa81a911a0e69d9eec265cc364d3 (patch) | |
tree | dbdc74944dfc953c573863e8f0f4b5bcb8a6a40d /crates/ra_ide_api_light/src/lib.rs | |
parent | 48472f55c3eba0746c088613888a163b48d07398 (diff) |
move diagnostics to ide_api
Diffstat (limited to 'crates/ra_ide_api_light/src/lib.rs')
-rw-r--r-- | crates/ra_ide_api_light/src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/ra_ide_api_light/src/lib.rs b/crates/ra_ide_api_light/src/lib.rs index ca13eb018..47b30255b 100644 --- a/crates/ra_ide_api_light/src/lib.rs +++ b/crates/ra_ide_api_light/src/lib.rs | |||
@@ -11,7 +11,6 @@ mod structure; | |||
11 | mod test_utils; | 11 | mod test_utils; |
12 | mod join_lines; | 12 | mod join_lines; |
13 | mod typing; | 13 | mod typing; |
14 | mod diagnostics; | ||
15 | 14 | ||
16 | use rustc_hash::FxHashSet; | 15 | use rustc_hash::FxHashSet; |
17 | use ra_text_edit::TextEditBuilder; | 16 | use ra_text_edit::TextEditBuilder; |
@@ -27,7 +26,6 @@ pub use crate::{ | |||
27 | line_index::{LineCol, LineIndex}, | 26 | line_index::{LineCol, LineIndex}, |
28 | line_index_utils::translate_offset_with_edit, | 27 | line_index_utils::translate_offset_with_edit, |
29 | structure::{file_structure, StructureNode}, | 28 | structure::{file_structure, StructureNode}, |
30 | diagnostics::diagnostics, | ||
31 | join_lines::join_lines, | 29 | join_lines::join_lines, |
32 | typing::{on_enter, on_dot_typed, on_eq_typed}, | 30 | typing::{on_enter, on_dot_typed, on_eq_typed}, |
33 | }; | 31 | }; |