Skip to content

Commit de15677

Browse files
committed
Don't deny clippy warnings
Clippy sometimes introduces new stylistic warnings and we don't want to break our build over this.
1 parent b6ad4d6 commit de15677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,4 +150,4 @@ jobs:
150150
steps:
151151
- uses: actions/checkout@v1
152152
- run: rustup toolchain install nightly --profile minimal --component clippy
153-
- run: cargo +nightly clippy -- -D warnings
153+
- run: cargo +nightly clippy

0 commit comments

Comments
 (0)