Skip to content

Commit d2e3b53

Browse files
committed
Auto merge of #56380 - pietroalbini:backport-books, r=alexcrichton
[beta] Rollup backports Approved for backport: * #56373: Update books r? @ghost cc @Mark-Simulacrum @steveklabnik
2 parents eed5ba7 + ce5d4db commit d2e3b53

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

.gitmodules

+3-1
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,6 @@
6464
path = src/tools/clang
6565
url = https://github.com/rust-lang-nursery/clang.git
6666
branch = rust-release-80-v1
67-
67+
[submodule "src/doc/edition-guide"]
68+
path = src/doc/edition-guide
69+
url = https://github.com/rust-lang-nursery/edition-guide

src/bootstrap/doc.rs

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ macro_rules! book {
7070
book!(
7171
Nomicon, "src/doc/nomicon", "nomicon";
7272
Reference, "src/doc/reference", "reference";
73+
EditionGuide, "src/doc/edition-guide", "edition-guide";
7374
RustdocBook, "src/doc/rustdoc", "rustdoc";
7475
RustcBook, "src/doc/rustc", "rustc";
7576
RustByExample, "src/doc/rust-by-example", "rust-by-example";

src/doc/edition-guide

Submodule edition-guide added at ad89586

src/doc/nomicon

0 commit comments

Comments
 (0)