about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-05-19 21:46:18 +0000
committerbors <bors@rust-lang.org>2022-05-19 21:46:18 +0000
commit6f26383f8ec8dfe89858876eac127161d148eb13 (patch)
tree0410a9dd9a624ead48386a265e733a800f76f285
parent879cd37fde6b5b1500eb54119627b311ebd74276 (diff)
parent944e1bbca32429965b374fc053c32e582060117a (diff)
downloadrust-6f26383f8ec8dfe89858876eac127161d148eb13.tar.gz
rust-6f26383f8ec8dfe89858876eac127161d148eb13.zip
Auto merge of #8841 - Serial-ATA:remove-code-block, r=xFrednet
Remove code block from `pub_enum_variant_names`

changelog: none

Just noticed this empty code block that no other lint has :smile:.
![old](https://user-images.githubusercontent.com/69764315/169314573-098ce938-8a4c-4451-afd7-7b082823a0de.png)

r? `@xFrednet`
-rw-r--r--clippy_lints/src/deprecated_lints.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/clippy_lints/src/deprecated_lints.rs b/clippy_lints/src/deprecated_lints.rs
index bba27576c89..5d5ea0f49c8 100644
--- a/clippy_lints/src/deprecated_lints.rs
+++ b/clippy_lints/src/deprecated_lints.rs
@@ -194,7 +194,6 @@ declare_deprecated_lint! {
     /// ### Deprecation reason
     /// The `avoid_breaking_exported_api` config option was added, which
     /// enables the `enum_variant_names` lint for public items.
-    /// ```
     #[clippy::version = "1.54.0"]
     pub PUB_ENUM_VARIANT_NAMES,
     "set the `avoid-breaking-exported-api` config option to `false` to enable the `enum_variant_names` lint for public items"