Skip to content

Commit

Permalink
Fixed line longer than 100 chars
Browse files Browse the repository at this point in the history
  • Loading branch information
azerupi committed Jun 24, 2015
1 parent 0d41764 commit f862575
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/rustbook/build.rs
Expand Up @@ -145,7 +145,8 @@ fn render(book: &Book, tgt: &Path) -> CliResult<()> {
format!("--html-after-content={}", postlude.display()),
format!("--markdown-playground-url=http://play.rust-lang.org"),
format!("--markdown-css={}", item.path_to_root.join("rust-book.css").display()),
format!("--markdown-css=http://fonts.googleapis.com/css?family&#61;Open+Sans:400italic,700italic,400,700"),
format!("--markdown-css={}",
"http://fonts.googleapis.com/css?family&#61;Open+Sans:400italic,700italic,400,700"),
"--markdown-no-toc".to_string(),
];
let output_result = rustdoc::main_args(rustdoc_args);
Expand Down

0 comments on commit f862575

Please sign in to comment.