diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 534cce3..c365a5e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,4 +27,4 @@ jobs: - uses: dtolnay/rust-toolchain@stable with: components: clippy - - run: cargo clippy --all-targets -- -D warnings -D clippy::pedantic -D clippy::all + - run: cargo clippy --all-targets