Skip to content

Commit 7773076

Browse files
committed
fix one typo
1 parent 106b4aa commit 7773076

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

microBioRust/src/embl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
//! fs::File,
2828
//! io,
2929
//! };
30-
//! use microBioRust::embl::{self, Reader};
30+
//! use microBioRust::{embl, embl::{Reader}};
3131
//!
3232
//! #[derive(Parser, Debug)]
3333
//! #[clap(author, version, about)]

microBioRust/src/gbk.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
//! fs::File,
7272
//! io,
7373
//! };
74-
//! use microBioRust{
74+
//! use microBioRust::{
7575
//! gbk::Reader,
7676
//! genbank,
7777
//! };

0 commit comments

Comments
 (0)