We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eb734c commit ec3ebc1Copy full SHA for ec3ebc1
ci/dox.sh
@@ -16,8 +16,8 @@ dox() {
16
cargo build --verbose --target "${1}" --manifest-path crates/core_arch/Cargo.toml
17
cargo build --verbose --target "${1}" --manifest-path crates/std_detect/Cargo.toml
18
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
+ cargo doc --verbose --target "${1}" --manifest-path crates/core_arch/Cargo.toml -- -D warnings
+ cargo doc --verbose --target "${1}" --manifest-path crates/std_detect/Cargo.toml -- -D warnings
21
}
22
23
if [ -z "$1" ]; then
@@ -38,4 +38,4 @@ if [ -z "$1" ]; then
38
dox nvptx64-nvidia-cuda
39
else
40
dox "${1}"
41
-fi
+fi
0 commit comments