Skip to content

Commit 56270e6

Browse files
committed
include check-rustdoc.sh in git
1 parent 84d65ef commit 56270e6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.evergreen/check-rustdoc.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/sh
2+
3+
set -o errexit
4+
5+
. ~/.cargo/env
6+
cargo +nightly rustdoc -p bson --all-features -- --cfg docsrs -D warnings

0 commit comments

Comments
 (0)