Ver Fonte

Stabilize

Graham Northup há 6 anos atrás
pai
commit
daa14d2313
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      src/seq/mod.rs

+ 2 - 2
src/seq/mod.rs

@@ -216,7 +216,7 @@ pub struct IV {
 }
 
 impl IV {
-    fn iter_streams(&self) -> impl Iterator<Item=&NoteStream> {
+    /* fn iter_streams(&self) -> impl Iterator<Item=&NoteStream> {
         self.groups.values().chain(iter::once(&self.default_group)).flat_map(|x| x.iter())
-    }
+    } */
 }