8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a135fae + 8cd3081 commit 9f859faCopy full SHA for 9f859fa
src/librustdoc/lib.rs
@@ -259,10 +259,11 @@ pub fn main_args(args: &[String]) -> isize {
259
}
260
261
let external_html = match ExternalHtml::load(
262
- &matches.opt_strs("html-in-header"), &matches.opt_strs("html-before-content"),
+ &matches.opt_strs("html-in-header"),
263
+ &matches.opt_strs("html-before-content"),
264
&matches.opt_strs("html-after-content")) {
265
Some(eh) => eh,
- None => return 3
266
+ None => return 3,
267
};
268
let crate_name = matches.opt_str("crate-name");
269
let playground_url = matches.opt_str("playground-url");
0 commit comments