Skip to content

Commit

Permalink
fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
QuietMisdreavus committed Mar 16, 2018
1 parent bda5843 commit 6a38e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/html/markdown.rs
Expand Up @@ -21,7 +21,7 @@
//! use rustdoc::html::markdown::Markdown;
//!
//! let s = "My *markdown* _text_";
//! let html = format!("{}", Markdown(s));
//! let html = format!("{}", Markdown(s, &[]));
//! // ... something using html
//! ```

Expand Down

0 comments on commit 6a38e61

Please sign in to comment.