Skip to content

Commit

Permalink
Fix : fix nightly (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-russo authored Jan 6, 2024
1 parent 4339ccb commit ffce269
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions proptest-derive/tests/uninhabited-pass.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,11 @@ impl Fun for (!, usize, !) {

#[derive(Debug, Arbitrary)]
enum UsePrj0 {
#[deny(dead_code)]
V0(<! as Fun>::Prj),
}

#[derive(Debug, Arbitrary)]
enum UsePrj1 {
#[deny(dead_code)]
V0(<(!, usize, !) as Fun>::Prj),
}

Expand Down

0 comments on commit ffce269

Please sign in to comment.