Skip to content

Commit 9091454

Browse files
bend-nAmanieu
authored andcommitted
hmm
1 parent 95239e9 commit 9091454

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/dox.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
set -ex
88

9+
export RUSTDOCFLAGS="-D warnings"
10+
911
dox() {
1012
if [ "$CI" != "" ]; then
1113
rustup target add "${1}" || true
@@ -38,4 +40,4 @@ if [ -z "$1" ]; then
3840
dox nvptx64-nvidia-cuda
3941
else
4042
dox "${1}"
41-
fi
43+
fi

0 commit comments

Comments
 (0)