diff options
| author | bors <bors@rust-lang.org> | 2022-05-19 21:46:18 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-05-19 21:46:18 +0000 |
| commit | 6f26383f8ec8dfe89858876eac127161d148eb13 (patch) | |
| tree | 0410a9dd9a624ead48386a265e733a800f76f285 | |
| parent | 879cd37fde6b5b1500eb54119627b311ebd74276 (diff) | |
| parent | 944e1bbca32429965b374fc053c32e582060117a (diff) | |
| download | rust-6f26383f8ec8dfe89858876eac127161d148eb13.tar.gz rust-6f26383f8ec8dfe89858876eac127161d148eb13.zip | |
Auto merge of #8841 - Serial-ATA:remove-code-block, r=xFrednet
Remove code block from `pub_enum_variant_names` changelog: none Just noticed this empty code block that no other lint has :smile:.  r? `@xFrednet`
| -rw-r--r-- | clippy_lints/src/deprecated_lints.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clippy_lints/src/deprecated_lints.rs b/clippy_lints/src/deprecated_lints.rs index bba27576c89..5d5ea0f49c8 100644 --- a/clippy_lints/src/deprecated_lints.rs +++ b/clippy_lints/src/deprecated_lints.rs @@ -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" |
