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")