Просмотр исходного кода

script/research/dark-forest: cleanup on aisle 5

aggstam 2 лет назад
Родитель
Сommit
e45d983a9e
1 измененных файлов с 0 добавлено и 5 удалено
  1. 0 5
      script/research/dark-forest/src/lib.rs

+ 0 - 5
script/research/dark-forest/src/lib.rs

@@ -227,11 +227,6 @@ impl<T> Default for DarkTreeIntoIter<T> {
 impl<T> Iterator for DarkTreeIntoIter<T> {
     type Item = DarkLeaf<T>;
 
-    /// Grab next item iterator visits, and return
-    /// its mutable reference, or recursively
-    /// create and continue iteration on current
-    /// leaf's children.
-
     /// Move next item iterator visits from the tree
     /// to the iterator consumer, if it has no children.
     /// Otherwise recursively create and continue iteration