-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Description
Error:
task '<main>' failed at 'called `Option::unwrap()` on a `None` value', /private/tmp/rust-GCum/rust-
0.11.0/src/libcore/option.rs:265
make: *** [all] Error 101
Test case:
extern crate rustdoc;
use rustdoc::html::markdown::Markdown;
fn main() {
let markdown = "# title";
let html = format!("{}", Markdown(markdown.as_slice()));
println!("{}", html);
}
mikeumus
Metadata
Metadata
Assignees
Labels
T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.