From c9ddefd045b2b30400e2d285d8bce245f42bfd33 Mon Sep 17 00:00:00 2001 From: Ryan Kennedy Date: Thu, 12 Mar 2020 12:58:11 -0500 Subject: [PATCH] Removed deny warnings --- .github/workflows/rust.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index a27d155..60a3f61 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -47,9 +47,6 @@ jobs: - name: "Run cargo doc" run: cargo doc - - name: "Deny Warnings" - run: cargo build --features deny-warnings - - name: "Install Rustup Targets" run: rustup target add i686-unknown-linux-gnu