@@ -84,32 +84,18 @@ additional-css = ["theme/em-to-bold.css"]
84
84
"/rust-2018/platform-and-target-support/musl-support-for-fully-static-binaries.html" = " https://doc.rust-lang.org/rustc/platform-support.html"
85
85
"/rust-2018/platform-and-target-support/cdylib-crates-for-c-interoperability.html" = " https://github.com/rust-lang/rfcs/blob/master/text/1510-cdylib.md"
86
86
"/rust-next/index.html" = " ../rust-post-2018/index.html"
87
- "/rust-next/edition-changes.html" = " ../rust-post-2018/edition-changes.html"
88
- # "/rust-next/dbg-macro.html" = "https://doc.rust-lang.org/std/macro.dbg.html"
89
- "/rust-next/dbg-macro.html" = " ../rust-post-2018/dbg-macro.html"
90
- # "/rust-next/no-jemalloc.html" = "https://blog.rust-lang.org/2019/01/17/Rust-1.32.0.html#jemalloc-is-removed-by-default"
91
- "/rust-next/no-jemalloc.html" = " ../rust-post-2018/no-jemalloc.html"
92
- # "/rust-next/uniform-paths.html" = "https://blog.rust-lang.org/2019/01/17/Rust-1.32.0.html#final-module-improvements"
93
- "/rust-next/uniform-paths.html" = " ../rust-post-2018/uniform-paths.html"
94
- # "/rust-next/literal-macro-matcher.html" = "https://blog.rust-lang.org/2019/01/17/Rust-1.32.0.html#macro-improvements"
95
- "/rust-next/literal-macro-matcher.html" = " ../rust-post-2018/literal-macro-matcher.html"
96
- # "/rust-next/qustion-mark-operator-in-macros.html" = "https://blog.rust-lang.org/2019/01/17/Rust-1.32.0.html#macro-improvements"
97
- "/rust-next/qustion-mark-operator-in-macros.html" = " ../rust-post-2018/question-mark-operator-inmacros.html"
98
- # "/rust-next/const-fn.html" = "https://doc.rust-lang.org/reference/const_eval.html"
99
- "/rust-next/const-fn.html" = " ../rust-post-2018/const_fn.html"
100
- # "/rust-next/pin.html" = "https://doc.rust-lang.org/std/pin/index.html"
101
- "/rust-next/pin.html" = " ../rust-post-2018/pin.html"
102
- # "/rust-next/no-more-fnbox.html" = "https://blog.rust-lang.org/2019/05/23/Rust-1.35.0.html#fn-closure-traits-implemented-for-boxdyn-fn"
87
+ "/rust-next/edition-changes.html" = " ../rust-2021/index.html"
88
+ "/rust-next/dbg-macro.html" = " https://doc.rust-lang.org/std/macro.dbg.html"
89
+ "/rust-next/no-jemalloc.html" = " https://blog.rust-lang.org/2019/01/17/Rust-1.32.0.html#jemalloc-is-removed-by-default"
90
+ "/rust-next/uniform-paths.html" = " https://blog.rust-lang.org/2019/01/17/Rust-1.32.0.html#final-module-improvements"
91
+ "/rust-next/literal-macro-matcher.html" = " https://blog.rust-lang.org/2019/01/17/Rust-1.32.0.html#macro-improvements"
92
+ "/rust-next/qustion-mark-operator-in-macros.html" = " https://blog.rust-lang.org/2019/01/17/Rust-1.32.0.html#macro-improvements"
93
+ "/rust-next/const-fn.html" = " https://doc.rust-lang.org/reference/const_eval.html"
94
+ "/rust-next/pin.html" = " https://doc.rust-lang.org/std/pin/index.html"
103
95
"/rust-next/no-more-fnbox.html" = " https://blog.rust-lang.org/2019/05/23/Rust-1.35.0.html#fn-closure-traits-implemented-for-boxdyn-fn"
104
- # "/rust-next/alternative-cargo-registries.html" = "https://blog.rust-lang.org/2019/04/11/Rust-1.34.0.html#alternative-cargo-registries"
105
- "/rust-next/alternative-cargo-registries.html" = " ../rust-post-2018/alternative-cargo-registries.html"
106
- # "/rust-next/tryfrom-and-tryinto.html" = "https://blog.rust-lang.org/2019/04/11/Rust-1.34.0.html#tryfrom-and-tryinto"
107
- "/rust-next/tryfrom-and-tryinto.html" = " ../rust-post-2018/tryfrom-and-tryinto.html"
108
- # "/rust-next/future.html" = "https://doc.rust-lang.org/std/future/trait.Future.html"
109
- "/rust-next/future.html" = " ../rust-post-2018/future.html"
110
- # "/rust-next/alloc.html" = "https://blog.rust-lang.org/2019/07/04/Rust-1.36.0.html#the-alloc-crate-is-stable"
111
- "/rust-next/alloc.html" = " ../rust-post-2018/"
112
- # "/rust-next/maybe-uninit.html" = "https://blog.rust-lang.org/2019/07/04/Rust-1.36.0.html#maybeuninitt-instead-of-memuninitialized"
113
- "/rust-next/maybe-uninit.html" = " ../rust-post-2018/aybe-uninit.html"
114
- # "/rust-next/cargo-vendor.html" = "https://doc.rust-lang.org/cargo/commands/cargo-vendor.html"
115
- "/rust-next/cargo-vendor.html" = " ../rust-post-2018/cargo-vendor.html"
96
+ "/rust-next/alternative-cargo-registries.html" = " https://blog.rust-lang.org/2019/04/11/Rust-1.34.0.html#alternative-cargo-registries"
97
+ "/rust-next/tryfrom-and-tryinto.html" = " https://blog.rust-lang.org/2019/04/11/Rust-1.34.0.html#tryfrom-and-tryinto"
98
+ "/rust-next/future.html" = " https://doc.rust-lang.org/std/future/trait.Future.html"
99
+ "/rust-next/alloc.html" = " https://blog.rust-lang.org/2019/07/04/Rust-1.36.0.html#the-alloc-crate-is-stable"
100
+ "/rust-next/maybe-uninit.html" = " https://blog.rust-lang.org/2019/07/04/Rust-1.36.0.html#maybeuninitt-instead-of-memuninitialized"
101
+ "/rust-next/cargo-vendor.html" = " https://doc.rust-lang.org/cargo/commands/cargo-vendor.html"
0 commit comments