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 626e047 commit 0c43c57Copy full SHA for 0c43c57
1 file changed
test.sh
@@ -63,7 +63,7 @@ unit() (
63
done
64
run_if "${LINT:-true}" cargo clippy "$@" -- -D warnings
65
run_if "${DOC:-false}" env RUSTDOCFLAGS="-D warnings ${RUSTDOCFLAGS:-}" \
66
- cargo doc --document-private-items "$@"
+ cargo doc --document-private-items --no-deps "$@"
67
run_if "${BUILD:-true}" cargo build ${build_flags[@]+"${build_flags[@]}"} "$@"
68
if [[ ${#skip_args[@]} -gt 0 ]]; then
69
run_if "${TEST:-true}" cargo test ${test_flags[@]+"${test_flags[@]}"} "$@" -- "${skip_args[@]}"
0 commit comments