diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 43891ee66d..922a27121a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -146,6 +146,8 @@ jobs: - name: check --feature-powerset run: cargo hack --no-dev-deps check --feature-powerset --depth 2 --skip ffi,tracing + env: + RUSTFLAGS: "-D dead_code -D unused_imports" ffi: name: Test C API (FFI)