We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e86de96 commit 539a404Copy full SHA for 539a404
src/fasta.rs
@@ -300,10 +300,6 @@ where
300
self.increment_record();
301
}
302
303
- if rset.npos == 0 {
304
- // TODO: necessary?
305
- return None;
306
- }
307
rset.buffer.clear();
308
rset.buffer.extend(self.get_buf());
309
Some(Ok(()))
src/fastq.rs
@@ -247,10 +247,6 @@ where
247
248
249
250
- if rset.buf_positions.is_empty() {
251
252
253
254
255
256
0 commit comments