Skip to content

Commit c1a2980

Browse files
committed
---
yaml --- r: 228820 b: refs/heads/try c: f862575 h: refs/heads/master v: v3
1 parent 9cb956d commit c1a2980

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: aca2057ed5fb7af3f8905b2bc01f72fa001c35c8
33
refs/heads/snap-stage3: 1af31d4974e33027a68126fa5a5a3c2c6491824f
4-
refs/heads/try: 0d41764d99bf5507d17105fd2f4f7a30c2c7e7a1
4+
refs/heads/try: f862575feb0c54966ce7ea363603519c03faa4f7
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
66
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
77
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/try/src/rustbook/build.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ fn render(book: &Book, tgt: &Path) -> CliResult<()> {
145145
format!("--html-after-content={}", postlude.display()),
146146
format!("--markdown-playground-url=http://play.rust-lang.org"),
147147
format!("--markdown-css={}", item.path_to_root.join("rust-book.css").display()),
148-
format!("--markdown-css=http://fonts.googleapis.com/css?family&#61;Open+Sans:400italic,700italic,400,700"),
148+
format!("--markdown-css={}",
149+
"http://fonts.googleapis.com/css?family&#61;Open+Sans:400italic,700italic,400,700"),
149150
"--markdown-no-toc".to_string(),
150151
];
151152
let output_result = rustdoc::main_args(rustdoc_args);

0 commit comments

Comments
 (0)