Skip to content

Commit d8046ed

Browse files
committed
Auto merge of #56519 - steveklabnik:edition-guide, r=pietroalbini
update edition guide spiritual successor to #56457 not to be backported, being in nightly is enough. i'm testing this locally now but figure travis can test it in parallel
2 parents b3af092 + 6b0ac49 commit d8046ed

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)