Skip to content

Commit 73ecf74

Browse files
authored
Merge pull request scylladb#1049 from wprzytula/introduce-check-cfg
scylla: add scylla_cloud_tests to cfg allowlist
2 parents 34352da + 1b276b7 commit 73ecf74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scylla/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,4 @@ harness = false
9696

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

0 commit comments

Comments
 (0)