Skip to content

Commit

Permalink
validators: Implement Clone + Copy for LineType
Browse files Browse the repository at this point in the history
  • Loading branch information
zaeleus committed Nov 6, 2023
1 parent d2cb346 commit cac1467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validators.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pub type SingleAndPairedValidators = (
Vec<Box<dyn PairedReadValidator>>,
);

#[derive(Debug)]
#[derive(Clone, Copy, Debug)]
pub enum LineType {
Name,
Sequence,
Expand Down

0 comments on commit cac1467

Please sign in to comment.