Skip to content

Commit

Permalink
chore: suppress a warn in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
loyd committed Jul 15, 2024
1 parent e5cce3d commit e2a7b26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/row.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ mod tests {

#[test]
fn it_rejects_other() {
#[allow(dead_code)]
#[derive(Row)]
struct NamedTuple(u32, u32);

Expand Down

0 comments on commit e2a7b26

Please sign in to comment.