Skip to content

Commit

Permalink
Auto merge of rust-lang#56380 - pietroalbini:backport-books, r=alexcr…
Browse files Browse the repository at this point in the history
…ichton

[beta] Rollup backports

Approved for backport:

* rust-lang#56373: Update books

r? @ghost
cc @Mark-Simulacrum @steveklabnik
  • Loading branch information
bors committed Dec 1, 2018
2 parents eed5ba7 + ce5d4db commit d2e3b53
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,6 @@
path = src/tools/clang
url = https://github.com/rust-lang-nursery/clang.git
branch = rust-release-80-v1

[submodule "src/doc/edition-guide"]
path = src/doc/edition-guide
url = https://github.com/rust-lang-nursery/edition-guide
1 change: 1 addition & 0 deletions src/bootstrap/doc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ macro_rules! book {
book!(
Nomicon, "src/doc/nomicon", "nomicon";
Reference, "src/doc/reference", "reference";
EditionGuide, "src/doc/edition-guide", "edition-guide";
RustdocBook, "src/doc/rustdoc", "rustdoc";
RustcBook, "src/doc/rustc", "rustc";
RustByExample, "src/doc/rust-by-example", "rust-by-example";
Expand Down
1 change: 1 addition & 0 deletions src/doc/edition-guide
Submodule edition-guide added at ad8958
2 changes: 1 addition & 1 deletion src/doc/nomicon

0 comments on commit d2e3b53

Please sign in to comment.