We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7581058 commit ead6ef0Copy full SHA for ead6ef0
.github/workflows/rust.yml
@@ -40,6 +40,8 @@ jobs:
40
run: cargo clippy --verbose --all-targets
41
- name: Clippy check with all features
42
run: cargo clippy --verbose --all-targets --all-features
43
+ - name: Cargo check with cpp_rust_unstable cfg
44
+ run: RUSTFLAGS="--cfg cpp_rust_unstable" cargo clippy --verbose --all-targets --all-features
45
- name: Cargo check without features
46
run: cargo check --all-targets --manifest-path "scylla/Cargo.toml" --features ""
47
- name: Cargo check with all serialization features
0 commit comments