Skip to content

Commit 6d54f6d

Browse files
steveklabnikpietroalbini
authored andcommitted
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

+2-1
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)