Skip to content

Commit 336722f

Browse files
Make the book default.
1 parent 1d7f292 commit 336722f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/doc.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ pub struct TheBook {
229229

230230
impl Step for TheBook {
231231
type Output = ();
232+
const DEFAULT: bool = true;
232233

233234
fn should_run(_builder: &Builder, path: &Path) -> bool {
234235
path.ends_with("src/doc/book")

0 commit comments

Comments
 (0)