Skip to content

Commit 6afc625

Browse files
committed
restore missing _redirects file
Whoops, accidentally dropped this.
1 parent 6a70102 commit 6afc625

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Justfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ rustdoc:
1414
| xargs printf -- '-p %s\n' \
1515
| RUSTC_BOOTSTRAP=1 RUSTDOCFLAGS='--cfg=doc_cfg' xargs cargo doc --no-deps --lib --all-features
1616

17+
echo "/ /rustdoc/datatest_stable/ 301" > target/doc/_redirects
18+
1719
# Generate README.md files using `cargo-sync-rdme`.
1820
generate-readmes:
1921
cargo sync-rdme --toolchain nightly --all-features

0 commit comments

Comments
 (0)