We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8a034d commit ef1ddb9Copy full SHA for ef1ddb9
2 files changed
.githooks/pre-commit
@@ -14,7 +14,7 @@ set -ex
14
cargo test
15
cargo fmt $fmt_args
16
cargo clippy $clippy_args -- --deny warnings
17
-CARGO_BUILD_RUSTDOCFLAGS="--deny warnings" cargo doc --document-private-items
+CARGO_BUILD_RUSTDOCFLAGS="--deny warnings" cargo doc --document-private-items --no-deps
18
19
set +x
20
.github/workflows/build.yml
@@ -89,7 +89,7 @@ jobs:
89
if: always()
90
env:
91
CARGO_BUILD_RUSTDOCFLAGS: "--deny warnings"
92
- run: cargo doc --profile ${{ env.build-type }} --document-private-items --locked
+ run: cargo doc --profile ${{ env.build-type }} --document-private-items --no-deps --locked
93
94
- name: Shear
95
0 commit comments