Skip to content

Commit 69eea7a

Browse files
authored
Rollup merge of #56373 - steveklabnik:update-books, r=Mark-Simulacrum
Update books This pulls in @gankro 's final nomicon changes, and adds the edition guide as a submodule. This is the final doc backport to beta for 1.31, as well.
2 parents 84e43b2 + 934871a commit 69eea7a

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,6 @@
6565
[submodule "src/doc/rustc-guide"]
6666
path = src/doc/rustc-guide
6767
url = https://github.com/rust-lang/rustc-guide.git
68+
[submodule "src/doc/edition-guide"]
69+
path = src/doc/edition-guide
70+
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)