Skip to content

Commit

Permalink
sam/lazy/record/data/field/ty: Implement Clone + Copy for Type
Browse files Browse the repository at this point in the history
  • Loading branch information
zaeleus committed Dec 6, 2023
1 parent e140ec3 commit 8e2a7d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noodles-sam/src/lazy/record/data/field/ty.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use std::io;

#[derive(Debug, Eq, PartialEq)]
#[derive(Clone, Copy, Debug, Eq, PartialEq)]
pub(super) enum Type {
Character,
Int32,
Expand Down

0 comments on commit 8e2a7d4

Please sign in to comment.