mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-25 05:14:27 +00:00
Remove code block from pub_enum_variant_names
This commit is contained in:
parent
6f8d18fe69
commit
944e1bbca3
@ -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…
Reference in New Issue
Block a user