Skip to content

Commit

Permalink
make Valve cloneable
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcmicu committed Jan 22, 2024
1 parent 7058cbf commit 5d25151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ impl std::fmt::Debug for ColumnRule {
}

/// Main entrypoint for the Valve API.
#[derive(Debug)]
#[derive(Clone, Debug)]
pub struct Valve {
/// The valve configuration map.
pub config: SerdeMap,
Expand Down

0 comments on commit 5d25151

Please sign in to comment.