From f3ba1b1f168cb4505fbeb09b20759fc4ac53f689 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Wed, 26 Feb 2020 18:15:02 -0800 Subject: [PATCH] Turn off rustfmt/clippy for 0.5.x branch --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6ad5b6e1..bf41600a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,12 +23,6 @@ jobs: - name: Run tests run: cargo test --locked --verbose - - name: Rustfmt and Clippy - run: | - cargo fmt -- --check - cargo clippy - if: matrix.rust_version == 'stable' - - name: Build (All Features) run: cargo build --locked --verbose --all-features