mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 05:08:52 +00:00
tweak words
This commit is contained in:
parent
c7f4e3a401
commit
b4c8baadb1
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ pub(crate) fn status(db: &RootDatabase) -> String {
|
||||||
interner.len()
|
interner.len()
|
||||||
};
|
};
|
||||||
format!(
|
format!(
|
||||||
"{}\n{}\n{}\nn_defs {}\n\njemalloc: {}\nGC {:?} seconds ago",
|
"{}\n{}\n{}\n{} defs\n\nmemory:\n{}\ngc {:?} seconds ago",
|
||||||
files_stats,
|
files_stats,
|
||||||
symbols_stats,
|
symbols_stats,
|
||||||
syntax_tree_stats,
|
syntax_tree_stats,
|
||||||
|
|
Loading…
Reference in a new issue