We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf7fda commit 57c9269Copy full SHA for 57c9269
src/bootstrap/test.rs
@@ -1383,6 +1383,7 @@ test_book!(
1383
RustdocBook, "src/doc/rustdoc", "rustdoc", default=true;
1384
RustcBook, "src/doc/rustc", "rustc", default=true;
1385
RustByExample, "src/doc/rust-by-example", "rust-by-example", default=false;
1386
+ EmbeddedBook, "src/doc/embedded-book", "embedded-book", default=false;
1387
TheBook, "src/doc/book", "book", default=false;
1388
UnstableBook, "src/doc/unstable-book", "unstable-book", default=true;
1389
);
0 commit comments