mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 09:27:27 +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) {
|
||||
self.last_gc = time::Instant::now();
|
||||
|
||||
|
|
Loading…
Reference in a new issue