diff options
author | Graham Northup <grissess@nexusg.org> | 2019-02-12 23:39:09 -0500 |
---|---|---|
committer | Graham Northup <grissess@nexusg.org> | 2019-02-12 23:39:09 -0500 |
commit | daa14d231375632f5c9da898f26637e9aaf0c883 (patch) | |
tree | 3136d53007b80711256f4d624ca6491df3eb3fab /src | |
parent | 5c39a9c26ddd9d7aa4a4fa1af0244348daab0011 (diff) |
Stabilize
Diffstat (limited to 'src')
-rw-r--r-- | src/seq/mod.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/seq/mod.rs b/src/seq/mod.rs index e53d64d..a6957d3 100644 --- a/src/seq/mod.rs +++ b/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()) - } + } */ } |