mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 22:48:48 +00:00
Remove code block from pub_enum_variant_names
This commit is contained in:
parent
6f8d18fe69
commit
944e1bbca3
1 changed files with 0 additions and 1 deletions
|
@ -194,7 +194,6 @@ declare_deprecated_lint! {
|
||||||
/// ### Deprecation reason
|
/// ### Deprecation reason
|
||||||
/// The `avoid_breaking_exported_api` config option was added, which
|
/// The `avoid_breaking_exported_api` config option was added, which
|
||||||
/// enables the `enum_variant_names` lint for public items.
|
/// enables the `enum_variant_names` lint for public items.
|
||||||
/// ```
|
|
||||||
#[clippy::version = "1.54.0"]
|
#[clippy::version = "1.54.0"]
|
||||||
pub PUB_ENUM_VARIANT_NAMES,
|
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"
|
"set the `avoid-breaking-exported-api` config option to `false` to enable the `enum_variant_names` lint for public items"
|
||||||
|
|
Loading…
Add table
Reference in a new issue