We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84d65ef commit 56270e6Copy full SHA for 56270e6
.evergreen/check-rustdoc.sh
@@ -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