Skip to content

Commit

Permalink
Don't deny warnings from nightly clippy
Browse files Browse the repository at this point in the history
Since these can be added at any time.
  • Loading branch information
djc authored and ctz committed Apr 19, 2024
1 parent 9f86487 commit e163587
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -294,6 +294,6 @@ jobs:
with:
components: clippy
- run: cargo clippy --package rustls --all-features
- run: cargo clippy --package rustls --no-default-features -- --deny warnings
- run: cargo clippy --manifest-path=connect-tests/Cargo.toml --all-features -- --deny warnings
- run: cargo clippy --manifest-path=fuzz/Cargo.toml --all-features -- --deny warnings
- run: cargo clippy --package rustls --no-default-features
- run: cargo clippy --manifest-path=connect-tests/Cargo.toml --all-features
- run: cargo clippy --manifest-path=fuzz/Cargo.toml --all-features

0 comments on commit e163587

Please sign in to comment.