Skip to content

Commit 6f26383

Browse files
committed
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 😄. ![old](https://user-images.githubusercontent.com/69764315/169314573-098ce938-8a4c-4451-afd7-7b082823a0de.png) r? `@xFrednet`
2 parents 879cd37 + 944e1bb commit 6f26383

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)