From f0659d6f39945c568876d18a093cde148ce1023f Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Sun, 5 May 2024 15:47:35 +0200 Subject: [PATCH] Allow --cfg tokio_no_tuning_tests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1164f5e15f8..1d799a54083 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1010,7 +1010,7 @@ jobs: - name: check for unknown lints and cfgs run: cargo check --all-features --tests env: - RUSTFLAGS: -Dwarnings --check-cfg=cfg(loom,tokio_unstable,tokio_taskdump,fuzzing,mio_unsupported_force_poll_poll,tokio_internal_mt_counters,fs,tokio_no_parking_lot) -Funexpected_cfgs -Funknown_lints + RUSTFLAGS: -Dwarnings --check-cfg=cfg(loom,tokio_unstable,tokio_taskdump,fuzzing,mio_unsupported_force_poll_poll,tokio_internal_mt_counters,fs,tokio_no_parking_lot,tokio_no_tuning_tests) -Funexpected_cfgs -Funknown_lints check-fuzzing: name: check-fuzzing