mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-11 16:15:03 +00:00
Make the book default.
This commit is contained in:
parent
528646e127
commit
270d1d69ed
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user