From 2b873d11b641a58b78d1fc9b0b454e201af46b9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Zwoli=C5=84ski?= Date: Mon, 19 Feb 2024 15:20:15 +0100 Subject: [PATCH] chore: remove deny warnings from cargo udeps (#225) --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3ae47cb..323491dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -192,5 +192,3 @@ jobs: - name: Check for unused dependencies run: cargo +nightly udeps --all-features --all-targets - env: - RUSTFLAGS: -D warnings