projects
/
rustc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d95e4a
)
Prefer local CSS to remote
author
Ximin Luo
<infinity0@debian.org>
Thu, 30 May 2019 04:52:37 +0000
(
05:52
+0100)
committer
Ximin Luo
<infinity0@debian.org>
Thu, 30 May 2019 04:52:37 +0000
(
05:52
+0100)
Bug: https://github.com/rust-lang/rust/pull/45331
Gbp-Pq: Name u-prefer-local-css.patch
src/bootstrap/doc.rs
patch
|
blob
|
history
diff --git
a/src/bootstrap/doc.rs
b/src/bootstrap/doc.rs
index f81c64076ebab80a6a6d29f58c0d471a8ed2a03c..2a3c3cb5fde43c7f0e21c6abade2a467f37ea0ac 100644
(file)
--- a/
src/bootstrap/doc.rs
+++ b/
src/bootstrap/doc.rs
@@
-434,7
+434,7
@@
impl Step for Standalone {
if filename == "not_found.md" {
cmd.arg("--markdown-css")
- .arg("
https://doc.rust-lang.org/
rust.css");
+ .arg("rust.css");
} else {
cmd.arg("--markdown-css").arg("rust.css");
}