diff options
-rw-r--r-- | crates/ra_cli/src/analysis_stats.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_cli/src/analysis_stats.rs b/crates/ra_cli/src/analysis_stats.rs index ac65415a5..fd0027691 100644 --- a/crates/ra_cli/src/analysis_stats.rs +++ b/crates/ra_cli/src/analysis_stats.rs | |||
@@ -183,7 +183,6 @@ pub fn run( | |||
183 | println!("Total: {:?}, {}", analysis_time.elapsed(), ra_prof::memory_usage()); | 183 | println!("Total: {:?}, {}", analysis_time.elapsed(), ra_prof::memory_usage()); |
184 | 184 | ||
185 | if memory_usage { | 185 | if memory_usage { |
186 | drop(db); | ||
187 | for (name, bytes) in host.per_query_memory_usage() { | 186 | for (name, bytes) in host.per_query_memory_usage() { |
188 | println!("{:>8} {}", bytes, name) | 187 | println!("{:>8} {}", bytes, name) |
189 | } | 188 | } |