Skip to content

Commit 6b0ac49

Browse files
committed
build the edition guide
and update it so that links are correct
1 parent 906deae commit 6b0ac49

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
@@ -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)