Skip to content

Commit

Permalink
Auto merge of #12534 - JMoogs:patch-1, r=y21
Browse files Browse the repository at this point in the history
Fix typo in exhaustive_items.rs

changelog: none
  • Loading branch information
bors committed Mar 22, 2024
2 parents c7bb200 + 2d499d8 commit 4a8c949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/exhaustive_items.rs
Expand Up @@ -38,7 +38,7 @@ declare_clippy_lint! {

declare_clippy_lint! {
/// ### What it does
/// Warns on any exported `structs`s that are not tagged `#[non_exhaustive]`
/// Warns on any exported `struct`s that are not tagged `#[non_exhaustive]`
///
/// ### Why is this bad?
/// Exhaustive structs are typically fine, but a project which does
Expand Down

0 comments on commit 4a8c949

Please sign in to comment.