Skip to content

Commit

Permalink
derive clone for selection
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Sep 30, 2023
1 parent 81c5bce commit 5e9e3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/src/selection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use crate::encodings::HashFunctions;
use crate::manifest::Record;
use crate::Result;

#[derive(Default, Debug, TypedBuilder)]
#[derive(Default, Debug, TypedBuilder, Clone)]
pub struct Selection {
#[builder(default, setter(strip_option))]
ksize: Option<u32>,
Expand Down

0 comments on commit 5e9e3d4

Please sign in to comment.