aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/src/cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_lsp_server/src/cli.rs')
-rw-r--r--crates/ra_lsp_server/src/cli.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_lsp_server/src/cli.rs b/crates/ra_lsp_server/src/cli.rs
index 3c7b8e250..c9738d101 100644
--- a/crates/ra_lsp_server/src/cli.rs
+++ b/crates/ra_lsp_server/src/cli.rs
@@ -1,4 +1,4 @@
1//! FIXME: write short doc here 1//! Various batch processing tasks, intended primarily for debugging.
2 2
3mod load_cargo; 3mod load_cargo;
4mod analysis_stats; 4mod analysis_stats;