diff options
Diffstat (limited to 'crates/libeditor/src/lib.rs')
-rw-r--r-- | crates/libeditor/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/libeditor/src/lib.rs b/crates/libeditor/src/lib.rs index 60489f7e3..d39e56d81 100644 --- a/crates/libeditor/src/lib.rs +++ b/crates/libeditor/src/lib.rs | |||
@@ -9,6 +9,7 @@ mod edit; | |||
9 | mod code_actions; | 9 | mod code_actions; |
10 | mod typing; | 10 | mod typing; |
11 | mod completion; | 11 | mod completion; |
12 | mod scope; | ||
12 | 13 | ||
13 | use libsyntax2::{ | 14 | use libsyntax2::{ |
14 | File, TextUnit, TextRange, SyntaxNodeRef, | 15 | File, TextUnit, TextRange, SyntaxNodeRef, |