Skip to content

Commit

Permalink
Suppress warning about unknown proptest cfg attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
pnevyk committed Aug 6, 2024
1 parent 356d00e commit 91a6e63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gryf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ default = ["arbitrary", "proptest"]
arbitrary = ["dep:arbitrary"]
proptest = ["dep:proptest"]
derive = []

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(proptest)'] }

0 comments on commit 91a6e63

Please sign in to comment.