소스 검색

Stabilize

Graham Northup 6 년 전
부모
커밋
daa14d2313
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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())
-    }
+    } */
 }