We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pub_enum_variant_names
1 parent 6f8d18f commit 944e1bbCopy full SHA for 944e1bb
clippy_lints/src/deprecated_lints.rs
@@ -194,7 +194,6 @@ declare_deprecated_lint! {
194
/// ### Deprecation reason
195
/// The `avoid_breaking_exported_api` config option was added, which
196
/// enables the `enum_variant_names` lint for public items.
197
- /// ```
198
#[clippy::version = "1.54.0"]
199
pub PUB_ENUM_VARIANT_NAMES,
200
"set the `avoid-breaking-exported-api` config option to `false` to enable the `enum_variant_names` lint for public items"
0 commit comments