From 9639efa99d3b5f855eb7844f7cd95111c189b8b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tau=20G=C3=A4rtli?= Date: Wed, 31 Jul 2024 12:38:01 +0200 Subject: [PATCH] Deny warnings --- .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 6edfded..7bcdf8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: - name: Check fallback implementation run: cargo check --workspace env: - RUSTFLAGS: --cfg terminal_trx_test_unsupported + RUSTFLAGS: --cfg terminal_trx_test_unsupported -Dwarnings - name: Docs run: cargo doc --all-features lint: