Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cksac committed Oct 25, 2023
1 parent 851d530 commit 7a0ba94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fake/examples/derive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ struct EmptyStruct {}
struct NewType(#[dummy(faker = "1..100")] usize, String);

#[derive(Debug, Dummy)]
#[allow(dead_code)]
struct MyStruct<T> {
field: Vec<T>,
}
Expand Down

0 comments on commit 7a0ba94

Please sign in to comment.