We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5be497 commit 6661ebbCopy full SHA for 6661ebb
src/librustdoc/html/markdown.rs
@@ -47,7 +47,6 @@ use pulldown_cmark::{Options, OPTION_ENABLE_FOOTNOTES, OPTION_ENABLE_TABLES};
47
/// formatted, this struct will emit the HTML corresponding to the rendered
48
/// version of the contained markdown string.
49
/// The second parameter is a list of link replacements
50
-// The third parameter is whether we need a shorter version or not.
51
pub struct Markdown<'a>(pub &'a str, pub &'a [(String, String)]);
52
/// A unit struct like `Markdown`, that renders the markdown with a
53
/// table of contents.
0 commit comments