File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 - name : Install mdbook
1818 run : |
1919 mkdir bin
20- curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.5 /mdbook-v0.4.5 -x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
20+ curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.14 /mdbook-v0.4.14 -x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
2121 echo "$(pwd)/bin" >> $GITHUB_PATH
2222 - name : Report versions
2323 run : |
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ See https://highlightjs.org/ for a list of supported languages.
4141
4242Rust examples are tested via rustdoc, and should include the appropriate annotations when tests are expected to fail:
4343
44- * ` edition2018 ` — If it is edition-specific.
44+ * ` edition2015 ` or ` edition2018 ` — If it is edition-specific (see ` book.toml ` for the default) .
4545* ` no_run ` — The example should compile successfully, but should not be executed.
4646* ` should_panic ` — The example should compile and run, but produce a panic.
4747* ` compile_fail ` — The example is expected to fail to compile.
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ git-repository-url = "https://github.com/rust-lang/reference/"
1111"/expressions/enum-variant-expr.html" = " struct-expr.html"
1212
1313[rust ]
14- edition = " 2018 "
14+ edition = " 2021 "
You can’t perform that action at this time.
0 commit comments