Fix last occurence of **What it does:**

This commit is contained in:
flip1995 2021-07-28 13:51:16 +02:00
parent 12c61612f7
commit 9bc5803195
No known key found for this signature in database
GPG Key ID: 1CA0DF2AF59D68A5

View File

@ -139,7 +139,7 @@ declare_clippy_lint! {
/// "line": 1
/// },
/// "group": "clippy::internal",
/// "docs": " **What it does:** Collects metadata about clippy lints for the website. [...] "
/// "docs": " ### What it does\nCollects metadata about clippy lints for the website. [...] "
/// }
/// ```
pub INTERNAL_METADATA_COLLECTOR,