Skip to content

Commit 9b4fe69

Browse files
authored
Removed -D warnings
1 parent 73ba2a4 commit 9b4fe69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ jobs:
4545
uses: actions-rs/cargo@v1
4646
with:
4747
command: clippy
48-
args: --all-features -- -D warnings
48+
args: --all-features
49+
#-- -D warnings
4950
build-linux:
5051
name: Build for linux using cargo
5152
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)