Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scylla: add scylla_cloud_tests to cfg allowlist
With rust 1.80, cfg parameters are checked by the compiler, so that warnings are emitted when unexpected cfg parameter is encountered. As we are using `cfg(scylla_cloud_tests)` to conditionally compile tests applicable for Scylla Serverless Cloud, that parameter is listed in Cargo.toml to prevent warnings.
- Loading branch information