Skip to content

Commit

Permalink
tests field can't be set twice by default
Browse files Browse the repository at this point in the history
  • Loading branch information
campeis committed Dec 26, 2023
1 parent 6be8bc0 commit 96c9284
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
use type_safe_builder_macro::Builder;

#[derive(Builder)]
#[builder(multi)]
struct StructToBuild {
#[builder(single)]
field: i64,
}

Expand Down

0 comments on commit 96c9284

Please sign in to comment.