Auto merge of #56519 - steveklabnik:edition-guide, r=pietroalbini
update edition guide spiritual successor to https://github.com/rust-lang/rust/pull/56457 not to be backported, being in nightly is enough. i'm testing this locally now but figure travis can test it in parallel
This commit is contained in:
commit
d8046ed51a
2 changed files with 3 additions and 2 deletions
|
@ -442,7 +442,8 @@ impl<'a> Builder<'a> {
|
|||
doc::RustdocBook,
|
||||
doc::RustByExample,
|
||||
doc::RustcBook,
|
||||
doc::CargoBook
|
||||
doc::CargoBook,
|
||||
doc::EditionGuide,
|
||||
),
|
||||
Kind::Dist => describe!(
|
||||
dist::Docs,
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 850ea159d0fcf44dfbff16148faf9b5162481f89
|
||||
Subproject commit 419edb885ec1a98c0747b3907003d79e3e6b93a9
|
Loading…
Add table
Add a link
Reference in a new issue