Skip to content

Commit

Permalink
Merge pull request #1049 from wprzytula/introduce-check-cfg
Browse files Browse the repository at this point in the history
scylla: add scylla_cloud_tests to cfg allowlist
  • Loading branch information
Lorak-mmk authored Jul 31, 2024
2 parents 34352da + 1b276b7 commit 73ecf74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scylla/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,4 @@ harness = false

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

0 comments on commit 73ecf74

Please sign in to comment.