Update crates/ide/src/status.rs
Co-authored-by: Laurențiu Nicola <lnicola@users.noreply.github.com>
This commit is contained in:
parent
443d2164ef
commit
d85fa40d58
@ -42,7 +42,7 @@ pub(crate) fn status(db: &RootDatabase, file_id: Option<FileId>) -> String {
|
||||
format_to!(buf, "{} (Macros)\n", macro_syntax_tree_stats(db));
|
||||
format_to!(buf, "{} in total\n", memory_usage());
|
||||
if env::var("RA_COUNT").is_ok() {
|
||||
format_to!(buf, "\nCounts:\n{}", count.to_string());
|
||||
format_to!(buf, "\nCounts:\n{}", count);
|
||||
}
|
||||
|
||||
if let Some(file_id) = file_id {
|
||||
|
Loading…
Reference in New Issue
Block a user