Removed deny warnings
This commit is contained in:
parent
c69c81a502
commit
c9ddefd045
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
|
@ -47,9 +47,6 @@ jobs:
|
|||
- name: "Run cargo doc"
|
||||
run: cargo doc
|
||||
|
||||
- name: "Deny Warnings"
|
||||
run: cargo build --features deny-warnings
|
||||
|
||||
- name: "Install Rustup Targets"
|
||||
run: rustup target add i686-unknown-linux-gnu
|
||||
|
||||
|
|
Loading…
Reference in a new issue