Skip to content

Commit

Permalink
fix rustdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelatkinson committed Mar 8, 2022
1 parent 282a604 commit f9557b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .evergreen/check-rustdoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ set -o errexit
. ~/.cargo/env
cargo +nightly rustdoc -- -D warnings --cfg docsrs
cargo +nightly rustdoc --no-default-features --features async-std-runtime -- -D warnings --cfg docsrs
cargo +nightly rustdoc --features sync -- -D warnings --cfg docsrs
cargo +nightly rustdoc --no-default-features --features sync -- -D warnings --cfg docsrs
cargo +nightly rustdoc --features tokio-sync -- -D warnings --cfg docsrs

0 comments on commit f9557b6

Please sign in to comment.