ci: relax errors on warnings

missing_doc_code_examples was renamed to rustdoc::missing_doc_code_examples on nightly but the rustdoc lint tool namespace doesn't exist on stable.
This commit is contained in:
Jeremiah Senkpiel 2021-03-06 19:12:38 -08:00
parent d6846520c6
commit c4e83230a6
1 changed files with 1 additions and 4 deletions

View File

@ -8,9 +8,6 @@ on:
- staging
- trying
env:
RUSTFLAGS: -Dwarnings
jobs:
build_and_test:
name: Build and test
@ -62,7 +59,7 @@ jobs:
components: clippy, rustfmt
- name: clippy
run: cargo clippy --workspace --all-targets --features "hyperium_http,unstable" -- -D warnings
run: cargo clippy --workspace --all-targets --features "hyperium_http,unstable"
- name: fmt
run: cargo fmt --all -- --check