Skip to content

Commit 6661ebb

Browse files
Remove useless comment
1 parent c5be497 commit 6661ebb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustdoc/html/markdown.rs

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ use pulldown_cmark::{Options, OPTION_ENABLE_FOOTNOTES, OPTION_ENABLE_TABLES};
4747
/// formatted, this struct will emit the HTML corresponding to the rendered
4848
/// version of the contained markdown string.
4949
/// The second parameter is a list of link replacements
50-
// The third parameter is whether we need a shorter version or not.
5150
pub struct Markdown<'a>(pub &'a str, pub &'a [(String, String)]);
5251
/// A unit struct like `Markdown`, that renders the markdown with a
5352
/// table of contents.

0 commit comments

Comments
 (0)