Skip to content

Commit 0c5dce6

Browse files
committed
BLD: Disable building docs for dependencies
1 parent 59f8c4f commit 0c5dce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/lint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ cargo --version
55
cargo clippy --all-features -- --deny warnings
66
# `cargo doc` does not have a `--deny warnings` flag like clippy, workaround from:
77
# https://github.com/rust-lang/cargo/issues/8424#issuecomment-1070988443
8-
RUSTDOCFLAGS='--deny warnings' cargo doc --all-features
8+
RUSTDOCFLAGS='--deny warnings' cargo doc --all-features --no-deps

0 commit comments

Comments
 (0)