Make the book default.

This commit is contained in:
Mark Simulacrum 2017-07-13 22:37:33 -06:00
parent 528646e127
commit 270d1d69ed
1 changed files with 1 additions and 0 deletions

View File

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