Skip to content

Commit d41787c

Browse files
authored
docs: remove redundant comments
1 parent 52a9a4c commit d41787c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

test.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ unit() (
6262
skip_args+=(--skip "$name")
6363
done
6464
run_if "${LINT:-true}" cargo clippy "$@" -- -D warnings
65-
# `--document-private-items` lets rustdoc validate intra-doc links inside
66-
# private items; the `rustdoc::private_intra_doc_links` lint, promoted to an
67-
# error by `-D warnings`, still rejects public-to-private links.
6865
run_if "${DOC:-false}" env RUSTDOCFLAGS="-D warnings ${RUSTDOCFLAGS:-}" \
6966
cargo doc --document-private-items "$@"
7067
run_if "${BUILD:-true}" cargo build ${build_flags[@]+"${build_flags[@]}"} "$@"

0 commit comments

Comments
 (0)