aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/src/cli/analysis_stats.rs
diff options
context:
space:
mode:
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