]> git.lizzy.rs Git - rust.git/commitdiff
drop obsolete comment
authorAleksey Kladov <aleksey.kladov@gmail.com>
Sat, 26 Jan 2019 17:57:47 +0000 (20:57 +0300)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Sun, 27 Jan 2019 19:57:18 +0000 (22:57 +0300)
crates/ra_ide_api/src/imp.rs

index 0dd3e8cb0eec804a6e02f6076554eeab67e51bf9..4e347e973e9793d6b8237df162c96bab03f5ca4b 100644 (file)
@@ -91,9 +91,6 @@ pub(crate) fn maybe_collect_garbage(&mut self) {
         }
     }
 
-    /// 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();