diff options
| author | Mark Simulacrum <mark.simulacrum@gmail.com> | 2017-07-13 22:37:33 -0600 |
|---|---|---|
| committer | Mark Simulacrum <mark.simulacrum@gmail.com> | 2017-07-20 11:24:36 -0600 |
| commit | 270d1d69ede6a67f607ab5dba56d0cc39a8cfe95 (patch) | |
| tree | e7bda8927376d87fb0ec7f47a511b8baeec9fe69 | |
| parent | 528646e1275a90900179b473b204ca3ce19984b5 (diff) | |
| download | rust-270d1d69ede6a67f607ab5dba56d0cc39a8cfe95.tar.gz rust-270d1d69ede6a67f607ab5dba56d0cc39a8cfe95.zip | |
Make the book default.
| -rw-r--r-- | src/bootstrap/doc.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/doc.rs b/src/bootstrap/doc.rs index 3c3f4bf2be7..0030b46b32e 100644 --- a/src/bootstrap/doc.rs +++ b/src/bootstrap/doc.rs @@ -229,6 +229,7 @@ pub struct TheBook { impl Step for TheBook { type Output = (); + const DEFAULT: bool = true; fn should_run(_builder: &Builder, path: &Path) -> bool { path.ends_with("src/doc/book") |
