diff --git a/crates/ra_ide_api/src/imp.rs b/crates/ra_ide_api/src/imp.rs index 0dd3e8cb0e..4e347e973e 100644 --- a/crates/ra_ide_api/src/imp.rs +++ b/crates/ra_ide_api/src/imp.rs @@ -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();