diff options
Diffstat (limited to 'crates/ra_lsp_server/src/lib.rs')
-rw-r--r-- | crates/ra_lsp_server/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_lsp_server/src/lib.rs b/crates/ra_lsp_server/src/lib.rs index 2832b2605..958c70fe5 100644 --- a/crates/ra_lsp_server/src/lib.rs +++ b/crates/ra_lsp_server/src/lib.rs | |||
@@ -23,6 +23,7 @@ macro_rules! print { | |||
23 | }; | 23 | }; |
24 | } | 24 | } |
25 | 25 | ||
26 | mod vfs_glob; | ||
26 | mod caps; | 27 | mod caps; |
27 | mod cargo_target_spec; | 28 | mod cargo_target_spec; |
28 | mod conv; | 29 | mod conv; |