We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddc25ea commit bf83238Copy full SHA for bf83238
.github/workflows/build.yml
@@ -2,9 +2,8 @@ name: Push Checks
2
on: push
3
4
env:
5
- RUST_VERSION: 1.74.0 # If this is updated, update `Cargo.toml`.
+ RUST_VERSION: 1.87.0 # If this is updated, update `Cargo.toml`.
6
CARGO_TERM_COLOR: always
7
- RUSTDOCFLAGS: "-D warnings" # Fail on `cargo doc` warnings.
8
9
jobs:
10
build:
@@ -93,7 +92,7 @@ jobs:
93
92
~/.cargo/git/db/
94
target/
95
- name: Cargo doc
96
- run: cargo doc --no-deps --document-private-items --locked
+ run: cargo doc --no-deps --document-private-items --locked -- -D warnings
97
98
licensing:
99
name: Licenses
0 commit comments