aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_editor/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_editor/src/lib.rs')
-rw-r--r--crates/ra_editor/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_editor/src/lib.rs b/crates/ra_editor/src/lib.rs
index 02a1b2d45..b98461ed2 100644
--- a/crates/ra_editor/src/lib.rs
+++ b/crates/ra_editor/src/lib.rs
@@ -20,7 +20,7 @@ mod typing;
20pub use self::{ 20pub use self::{
21 code_actions::{add_derive, add_impl, flip_comma, introduce_variable, LocalEdit}, 21 code_actions::{add_derive, add_impl, flip_comma, introduce_variable, LocalEdit},
22 edit::{Edit, EditBuilder}, 22 edit::{Edit, EditBuilder},
23 extend_selection::extend_selection, 23 extend_selection::{extend, extend_selection},
24 folding_ranges::{folding_ranges, Fold, FoldKind}, 24 folding_ranges::{folding_ranges, Fold, FoldKind},
25 line_index::{LineCol, LineIndex}, 25 line_index::{LineCol, LineIndex},
26 symbols::{file_structure, file_symbols, FileSymbol, StructureNode}, 26 symbols::{file_structure, file_symbols, FileSymbol, StructureNode},