Skip to content

Commit 934871a

Browse files
committed
Add the edition guide to doc.rust-lang.org
1 parent 4c34404 commit 934871a

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
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

0 commit comments

Comments
 (0)