diff --git a/src/bootstrap/builder.rs b/src/bootstrap/builder.rs index 079fdee7e8626..a4d7e4f34d6c1 100644 --- a/src/bootstrap/builder.rs +++ b/src/bootstrap/builder.rs @@ -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,