]> git.proxmox.com Git - rustc.git/blobdiff - src/tools/clippy/clippy_lints/src/deprecated_lints.rs
New upstream version 1.63.0+dfsg1
[rustc.git] / src / tools / clippy / clippy_lints / src / deprecated_lints.rs
index bba27576c892737232f7497187caf56e73c2c179..5d5ea0f49c8c852076ec437aeb3905b74bbcd3f9 100644 (file)
@@ -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"