Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3cd32d9

Browse files
steveklabnikalexcrichton
authored andcommittedDec 8, 2018
build the edition guide
and update it so that links are correct
1 parent be526ee commit 3cd32d9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎src/bootstrap/builder.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,8 @@ impl<'a> Builder<'a> {
442442
doc::RustdocBook,
443443
doc::RustByExample,
444444
doc::RustcBook,
445-
doc::CargoBook
445+
doc::CargoBook,
446+
doc::EditionGuide,
446447
),
447448
Kind::Dist => describe!(
448449
dist::Docs,

‎src/doc/edition-guide

0 commit comments

Comments
 (0)
Please sign in to comment.