diff --git a/scylla/Cargo.toml b/scylla/Cargo.toml index 5568511fc8..56339d040e 100644 --- a/scylla/Cargo.toml +++ b/scylla/Cargo.toml @@ -96,3 +96,4 @@ harness = false [lints.rust] unreachable_pub = "warn" +unexpected_cfgs = { level = "warn", check-cfg = ['cfg(scylla_cloud_tests)'] }