about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSerial <69764315+Serial-ATA@users.noreply.github.com>2022-05-19 10:10:55 -0400
committerSerial <69764315+Serial-ATA@users.noreply.github.com>2022-05-19 10:10:55 -0400
commit944e1bbca32429965b374fc053c32e582060117a (patch)
tree4591d32642d1efbf8f62d60f71466f1928a4137c
parent6f8d18fe691d3197009d352bd4aa03600b8c28c5 (diff)
downloadrust-944e1bbca32429965b374fc053c32e582060117a.tar.gz
rust-944e1bbca32429965b374fc053c32e582060117a.zip
Remove code block from `pub_enum_variant_names`
-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"