aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/src/cli/analysis_stats.rs
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-02-18 11:11:32 +0000
committerAleksey Kladov <[email protected]>2020-02-18 11:11:32 +0000
commit93b969003d0a9448d4207d9d5df9dde63f9444be (patch)
tree14652e5a5e5c81712dd681495801d99e1eef93fe /crates/ra_lsp_server/src/cli/analysis_stats.rs
parent59e1207dac8eb9cc56a72ee685bd4f143683d2bb (diff)
Some docs
Diffstat (limited to 'crates/ra_lsp_server/src/cli/analysis_stats.rs')
-rw-r--r--crates/ra_lsp_server/src/cli/analysis_stats.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/ra_lsp_server/src/cli/analysis_stats.rs b/crates/ra_lsp_server/src/cli/analysis_stats.rs
index c27fabe3c..99ab6e443 100644
--- a/crates/ra_lsp_server/src/cli/analysis_stats.rs
+++ b/crates/ra_lsp_server/src/cli/analysis_stats.rs
@@ -1,4 +1,5 @@
1//! FIXME: write short doc here 1//! Fully type-check project and print various stats, like the number of type
2//! errors.
2 3
3use std::{collections::HashSet, fmt::Write, path::Path, time::Instant}; 4use std::{collections::HashSet, fmt::Write, path::Path, time::Instant};
4 5