Removed deny warnings

This commit is contained in:
Ryan Kennedy 2020-03-12 12:58:11 -05:00
parent c69c81a502
commit c9ddefd045

View file

@ -47,9 +47,6 @@ jobs:
- name: "Run cargo doc" - name: "Run cargo doc"
run: cargo doc run: cargo doc
- name: "Deny Warnings"
run: cargo build --features deny-warnings
- name: "Install Rustup Targets" - name: "Install Rustup Targets"
run: rustup target add i686-unknown-linux-gnu run: rustup target add i686-unknown-linux-gnu