From 6b0ac4987a7368839abc6abb929b2f66acba1b7e Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Tue, 4 Dec 2018 16:47:46 -0500 Subject: [PATCH] build the edition guide and update it so that links are correct --- src/bootstrap/builder.rs | 3 ++- src/doc/edition-guide | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/bootstrap/builder.rs b/src/bootstrap/builder.rs index 079fdee7e8626..98005f9396104 100644 --- a/src/bootstrap/builder.rs +++ b/src/bootstrap/builder.rs @@ -442,7 +442,8 @@ impl<'a> Builder<'a> { doc::RustdocBook, doc::RustByExample, doc::RustcBook, - doc::CargoBook + doc::CargoBook, + doc::EditionGuide, ), Kind::Dist => describe!( dist::Docs, diff --git a/src/doc/edition-guide b/src/doc/edition-guide index 850ea159d0fcf..419edb885ec1a 160000 --- a/src/doc/edition-guide +++ b/src/doc/edition-guide @@ -1 +1 @@ -Subproject commit 850ea159d0fcf44dfbff16148faf9b5162481f89 +Subproject commit 419edb885ec1a98c0747b3907003d79e3e6b93a9