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 de83b90 commit 189b4f6Copy full SHA for 189b4f6
.travis.yml
@@ -37,6 +37,8 @@ matrix:
37
- cargo test --package rand_core --no-default-features --features=alloc,serde1
38
- cargo test --features serde1,log,nightly,alloc
39
- cargo test --all --benches
40
+ # clean out the docs dir, otherwise old files may get included
41
+ - cargo clean
42
- cargo doc --no-deps --all --all-features
43
- cargo deadlinks --dir target/doc
44
after_success:
0 commit comments