Skip to content

Commit ec3ebc1

Browse files
committed
hmm
1 parent 4eb734c commit ec3ebc1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/dox.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ dox() {
1616
cargo build --verbose --target "${1}" --manifest-path crates/core_arch/Cargo.toml
1717
cargo build --verbose --target "${1}" --manifest-path crates/std_detect/Cargo.toml
1818

19-
cargo doc --verbose --target "${1}" --manifest-path crates/core_arch/Cargo.toml
20-
cargo doc --verbose --target "${1}" --manifest-path crates/std_detect/Cargo.toml
19+
cargo doc --verbose --target "${1}" --manifest-path crates/core_arch/Cargo.toml -- -D warnings
20+
cargo doc --verbose --target "${1}" --manifest-path crates/std_detect/Cargo.toml -- -D warnings
2121
}
2222

2323
if [ -z "$1" ]; then
@@ -38,4 +38,4 @@ if [ -z "$1" ]; then
3838
dox nvptx64-nvidia-cuda
3939
else
4040
dox "${1}"
41-
fi
41+
fi

0 commit comments

Comments
 (0)