Skip to content

Commit b74f0a4

Browse files
Remove outdated comment
1 parent 5825df7 commit b74f0a4

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/librustdoc/passes/lint/footnotes.rs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
//! Detects specific markdown syntax that's different between pulldown-cmark
2-
//! 0.9 and 0.11.
3-
//!
4-
//! This is a mitigation for old parser bugs that affected some
5-
//! real crates' docs. The old parser claimed to comply with CommonMark,
6-
//! but it did not. These warnings will eventually be removed,
7-
//! though some of them may become Clippy lints.
8-
//!
9-
//! <https://github.com/rust-lang/rust/pull/121659#issuecomment-1992752820>
10-
//!
11-
//! <https://rustc-dev-guide.rust-lang.org/bug-fix-procedure.html#add-the-lint-to-the-list-of-removed-lists>
12-
131
use std::ops::Range;
142

153
use rustc_data_structures::fx::{FxHashMap, FxHashSet};

0 commit comments

Comments
 (0)