Skip to content

Commit 5a21cd5

Browse files
committed
redirect rust-next pages to rust-2021 index
1 parent 3059d00 commit 5a21cd5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

book.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,19 @@ git-repository-url = "https://github.com/rust-lang/edition-guide"
7878
"/rust-2018/platform-and-target-support/msvc-toolchain-support.html" = "/rust-2018/index.html"
7979
"/rust-2018/platform-and-target-support/musl-support-for-fully-static-binaries.html" = "/rust-2018/index.html"
8080
"/rust-2018/platform-and-target-support/cdylib-crates-for-c-interoperability.html" = "/rust-2018/index.html"
81+
"/rust-next/index.html" = "/rust-2021/index.html"
82+
"/rust-next/edition-changes.html" = "/rust-2021/index.html"
83+
"/rust-next/dbg-macro.html" = "/rust-2021/index.html"
84+
"/rust-next/no-jemalloc.html" = "/rust-2021/index.html"
85+
"/rust-next/uniform-paths.html" = "/rust-2021/index.html"
86+
"/rust-next/literal-macro-matcher.html" = "/rust-2021/index.html"
87+
"/rust-next/qustion-mark-operator-in-macros.html" = "/rust-2021/index.html"
88+
"/rust-next/const-fn.html" = "/rust-2021/index.html"
89+
"/rust-next/pin.html" = "/rust-2021/index.html"
90+
"/rust-next/no-more-fnbox.html" = "/rust-2021/index.html"
91+
"/rust-next/alternative-cargo-registries.html" = "/rust-2021/index.html"
92+
"/rust-next/tryfrom-and-tryinto.html" = "/rust-2021/index.html"
93+
"/rust-next/future.html" = "/rust-2021/index.html"
94+
"/rust-next/alloc.html" = "/rust-2021/index.html"
95+
"/rust-next/maybe-uninit.html" = "/rust-2021/index.html"
96+
"/rust-next/cargo-vendor.html" = "/rust-2021/index.html"

0 commit comments

Comments
 (0)