We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12c6161 commit 9bc5803Copy full SHA for 9bc5803
clippy_lints/src/utils/internal_lints/metadata_collector.rs
@@ -139,7 +139,7 @@ declare_clippy_lint! {
139
/// "line": 1
140
/// },
141
/// "group": "clippy::internal",
142
- /// "docs": " **What it does:** Collects metadata about clippy lints for the website. [...] "
+ /// "docs": " ### What it does\nCollects metadata about clippy lints for the website. [...] "
143
/// }
144
/// ```
145
pub INTERNAL_METADATA_COLLECTOR,
0 commit comments