Skip to content

Commit 944e1bb

Browse files
committed
Remove code block from pub_enum_variant_names
1 parent 6f8d18f commit 944e1bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clippy_lints/src/deprecated_lints.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ declare_deprecated_lint! {
194194
/// ### Deprecation reason
195195
/// The `avoid_breaking_exported_api` config option was added, which
196196
/// enables the `enum_variant_names` lint for public items.
197-
/// ```
198197
#[clippy::version = "1.54.0"]
199198
pub PUB_ENUM_VARIANT_NAMES,
200199
"set the `avoid-breaking-exported-api` config option to `false` to enable the `enum_variant_names` lint for public items"

0 commit comments

Comments
 (0)