Skip to content

Commit 9bc5803

Browse files
committed
Fix last occurence of **What it does:**
1 parent 12c6161 commit 9bc5803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/utils/internal_lints/metadata_collector.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ declare_clippy_lint! {
139139
/// "line": 1
140140
/// },
141141
/// "group": "clippy::internal",
142-
/// "docs": " **What it does:** Collects metadata about clippy lints for the website. [...] "
142+
/// "docs": " ### What it does\nCollects metadata about clippy lints for the website. [...] "
143143
/// }
144144
/// ```
145145
pub INTERNAL_METADATA_COLLECTOR,

0 commit comments

Comments
 (0)