diff --git a/.github/workflows/rust-CI.yml b/.github/workflows/rust-CI.yml index 01200e50..ed47ef27 100644 --- a/.github/workflows/rust-CI.yml +++ b/.github/workflows/rust-CI.yml @@ -39,4 +39,6 @@ jobs: - uses: dtolnay/rust-toolchain@stable with: components: clippy - - run: cargo clippy -- -D warnings \ No newline at end of file + - run: cargo clippy + # -- -D warnings +