Skip to content

Commit f596d4b

Browse files
committed
handle output
1 parent 4fb737a commit f596d4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/f2m.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ fn fcount(
352352
}
353353

354354
// Wait for writer thread to complete
355-
writer_handle.join().expect("Writer thread panicked");
355+
let _ = writer_handle.join().expect("Writer thread panicked");
356356

357357
// write mtx header with proper gzip compression
358358
info!("Writing output counts file: {:?}", &output.join("matrix.mtx.gz"));

0 commit comments

Comments
 (0)