We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5825df7 commit b74f0a4Copy full SHA for b74f0a4
src/librustdoc/passes/lint/footnotes.rs
@@ -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
-
13
use std::ops::Range;
14
15
use rustc_data_structures::fx::{FxHashMap, FxHashSet};
0 commit comments