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 6a70102 commit 6afc625Copy full SHA for 6afc625
Justfile
@@ -14,6 +14,8 @@ rustdoc:
14
| xargs printf -- '-p %s\n' \
15
| RUSTC_BOOTSTRAP=1 RUSTDOCFLAGS='--cfg=doc_cfg' xargs cargo doc --no-deps --lib --all-features
16
17
+ echo "/ /rustdoc/datatest_stable/ 301" > target/doc/_redirects
18
+
19
# Generate README.md files using `cargo-sync-rdme`.
20
generate-readmes:
21
cargo sync-rdme --toolchain nightly --all-features
0 commit comments