From af3ec56383f0a0c18e7e468b8556908accb94379 Mon Sep 17 00:00:00 2001 From: Marcel Hellwig Date: Tue, 7 Jun 2022 17:26:14 +0200 Subject: [PATCH] do not deny clippy lints it should still warn, but not deny i.e. error out on lints --- .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 1b086ce0d..e683d2e03 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - run: cargo check --no-default-features --features "use_alloc" - run: cargo test - run: RUSTDOCFLAGS="-Dwarnings" cargo doc --all-features - - run: cargo clippy --all -- -Dwarnings + - run: cargo clippy --all # https://github.com/rust-lang/crater/blob/9ab6f9697c901c4a44025cf0a39b73ad5b37d198/.github/workflows/bors.yml#L125-L149 end-success: