diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2018-01-08 13:56:22 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2018-01-17 23:14:23 -0800 |
| commit | 80d6ed2d8b2f76cd526d2449c70a1a6af315c114 (patch) | |
| tree | 9f6bfa410c613d65c9f7e218a91a8a7f32c3dcec /src/bootstrap/doc.rs | |
| parent | 0f9c784751434c70ddd6719ccda6817c819126f9 (diff) | |
| download | rust-80d6ed2d8b2f76cd526d2449c70a1a6af315c114.tar.gz rust-80d6ed2d8b2f76cd526d2449c70a1a6af315c114.zip | |
Update Cargo and its dependencies
This'll probably have a bunch of build errors, so let's try and head those off and find them sooner rather than later!
Diffstat (limited to 'src/bootstrap/doc.rs')
| -rw-r--r-- | src/bootstrap/doc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/doc.rs b/src/bootstrap/doc.rs index d66c01eb499..1a185889f43 100644 --- a/src/bootstrap/doc.rs +++ b/src/bootstrap/doc.rs @@ -160,7 +160,7 @@ impl Step for CargoBook { let target = self.target; let name = self.name; - let src = build.src.join("src/tools/cargo/src/doc/book"); + let src = build.src.join("src/tools/cargo/src/doc"); let out = build.doc_out(target); t!(fs::create_dir_all(&out)); |
