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 6d54f6d

Browse files
steveklabnikpietroalbini
authored andcommittedDec 4, 2018
build the edition guide
and update it so that links are correct
1 parent f41b48a commit 6d54f6d

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
@@ -443,7 +443,8 @@ impl<'a> Builder<'a> {
443443
doc::RustdocBook,
444444
doc::RustByExample,
445445
doc::RustcBook,
446-
doc::CargoBook
446+
doc::CargoBook,
447+
doc::EditionGuide,
447448
),
448449
Kind::Dist => describe!(
449450
dist::Docs,

‎src/doc/edition-guide

0 commit comments

Comments
 (0)
Please sign in to comment.