Skip to content

Commit

Permalink
util/variant/async/io/reader: Remove unused import from example
Browse files Browse the repository at this point in the history
  • Loading branch information
zaeleus committed Aug 22, 2024
1 parent db13dfb commit c0c7ff0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion noodles-util/src/variant/async/io/reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ where
/// # async fn main() -> tokio::io::Result<()> {
/// use futures::TryStreamExt;
/// use noodles_util::variant::r#async::io::reader::Builder;
/// use noodles_vcf as vcf;
///
/// let data = b"##fileformat=VCFv4.5
/// #CHROM\tPOS\tID\tREF\tALT\tQUAL\tFILTER\tINFO
Expand Down

0 comments on commit c0c7ff0

Please sign in to comment.