mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
drop obsolete comment
This commit is contained in:
parent
7801f6b50f
commit
09b5dc8e02
1 changed files with 0 additions and 3 deletions
|
@ -91,9 +91,6 @@ impl db::RootDatabase {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Ideally, we should call this function from time to time to collect heavy
|
|
||||||
/// syntax trees. However, if we actually do that, everything is recomputed
|
|
||||||
/// for some reason. Needs investigation.
|
|
||||||
pub(crate) fn collect_garbage(&mut self) {
|
pub(crate) fn collect_garbage(&mut self) {
|
||||||
self.last_gc = time::Instant::now();
|
self.last_gc = time::Instant::now();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue