Skip to content

Commit c4e8323

Browse files
committed
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.
1 parent d684652 commit c4e8323

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ on:
88
- staging
99
- trying
1010

11-
env:
12-
RUSTFLAGS: -Dwarnings
13-
1411
jobs:
1512
build_and_test:
1613
name: Build and test
@@ -62,7 +59,7 @@ jobs:
6259
components: clippy, rustfmt
6360

6461
- name: clippy
65-
run: cargo clippy --workspace --all-targets --features "hyperium_http,unstable" -- -D warnings
62+
run: cargo clippy --workspace --all-targets --features "hyperium_http,unstable"
6663

6764
- name: fmt
6865
run: cargo fmt --all -- --check

0 commit comments

Comments
 (0)