Merge pull request #1236 from topos-protocol/ci

Update clippy in CI
This commit is contained in:
Nicholas Ward 2023-09-15 09:57:24 -07:00 committed by GitHub
commit 1afcafaded
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,5 +124,5 @@ jobs:
command: clippy
args: --all-features --all-targets -- -D warnings -A incomplete-features
env:
CARGO_INCREMENTAL: 1
# Seems necessary until https://github.com/rust-lang/rust/pull/115819 is merged.
CARGO_INCREMENTAL: 0