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 4062d64 commit 0c0fb1bCopy full SHA for 0c0fb1b
.github/workflows/CI.yml
@@ -159,6 +159,11 @@ jobs:
159
env:
160
RUSTFLAGS: "-D dead_code -D unused_imports"
161
162
+ - name: check --feature-powerset with tracing feature
163
+ run: cargo hack --no-dev-deps check --feature-powerset --depth 2 --features tracing --skip ffi
164
+ env:
165
+ RUSTFLAGS: "--cfg hyper_unstable_tracing -D dead_code -D unused_imports"
166
+
167
ffi:
168
name: Test C API (FFI)
169
needs: [style]
0 commit comments