Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit dbc1c77

Browse files
committed
Automated clippy fixes.
1 parent 4fb95ee commit dbc1c77

File tree

4 files changed

+125
-145
lines changed

4 files changed

+125
-145
lines changed

align_tools/src/lib.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44

55
use bio_edit::alignment::pairwise::Aligner;
66
use bio_edit::alignment::AlignmentOperation;
7-
use bio_edit::alignment::{Alignment, AlignmentOperation::*};
7+
use bio_edit::alignment::{
8+
Alignment,
9+
AlignmentOperation::{Del, Ins, Match, Subst, Xclip, Yclip},
10+
};
811
use debruijn::dna_string::DnaString;
912
use itertools::Itertools;
1013
use std::cmp::min;

0 commit comments

Comments
 (0)