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 81d3aa2 commit 194247fCopy full SHA for 194247f
.github/workflows/rust.yml
@@ -50,6 +50,10 @@ jobs:
50
- name: Cargo check with cpp_rust_unstable cfg
51
run: RUSTFLAGS="--cfg cpp_rust_unstable -Dwarnings" cargo clippy --all-targets --all-features
52
53
+# nodejs_rs_unstable special cfg
54
+ - name: Cargo check with nodejs_rs_unstable cfg
55
+ run: RUSTFLAGS="--cfg nodejs_rs_unstable -Dwarnings" cargo clippy --all-targets --all-features
56
+
57
# Features checks.
58
# No features.
59
- name: Cargo check without features
0 commit comments