Skip to content

Commit

Permalink
Implement clone for the data builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Siel committed May 31, 2024
1 parent aa7b915 commit 7b24b7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pharmsol"
version = "0.1.11"
version = "0.1.12"
edition = "2021"
authors = [
"Julián D. Otálvaro <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions src/data/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ impl SubjectBuilderExt for Subject {
}
}

#[derive(Debug, Clone)]
pub struct SubjectBuilder {
id: String,
occasions: Vec<Occasion>,
Expand Down

0 comments on commit 7b24b7c

Please sign in to comment.