Skip to content

Commit 6294d4a

Browse files
ryochackkinnison
authored andcommitted
Add the Embedded Rust Book to rustup doc flag
1 parent d587c8a commit 6294d4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cli/rustup_mode.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,6 +1001,7 @@ const DOCS_DATA: &[(&'static str, &'static str, &'static str,)] = &[
10011001
("std", "Standard library API documentation", "std/index.html"),
10021002
("test", "Support code for rustc's built in unit-test and micro-benchmarking framework", "test/index.html"),
10031003
("unstable-book", "The Unstable Book", "unstable-book/index.html"),
1004+
("embedded-book", "The Embedded Rust Book", "embedded-book/index.html"),
10041005
];
10051006

10061007
fn doc(cfg: &Cfg, m: &ArgMatches<'_>) -> Result<()> {

0 commit comments

Comments
 (0)