Thomas 3 년 전
부모
커밋
38c56896c9
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 6
      src/lib.rs

+ 0 - 6
src/lib.rs

@@ -44,12 +44,6 @@ impl BamSequence {
         )
     }
 }
-impl Iterator for BamSequence {
-    type Item = BamNucleotid;
-    fn next(&mut self) -> Option<Self::Item> {
-        self.0.iter().next().copied()
-    }
-}
 
 /// Stores possible types of tags values.
 #[derive(Debug, Clone)]