diff options
| author | bors <bors@rust-lang.org> | 2024-03-22 22:27:49 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-03-22 22:27:49 +0000 |
| commit | 4a8c9495ca72ffc4e25ec75984d5678c5b9ae796 (patch) | |
| tree | 6528632cc3a972a17c41c4e660d625f723a056be | |
| parent | c7bb20005464b69eeb0b56202b2ede49802c2c60 (diff) | |
| parent | 2d499d8f4aa5c7a4739898057dafc4dbf67ea3c7 (diff) | |
| download | rust-4a8c9495ca72ffc4e25ec75984d5678c5b9ae796.tar.gz rust-4a8c9495ca72ffc4e25ec75984d5678c5b9ae796.zip | |
Auto merge of #12534 - JMoogs:patch-1, r=y21
Fix typo in exhaustive_items.rs changelog: none
| -rw-r--r-- | clippy_lints/src/exhaustive_items.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/exhaustive_items.rs b/clippy_lints/src/exhaustive_items.rs index 3a621d967f4..9ffda645742 100644 --- a/clippy_lints/src/exhaustive_items.rs +++ b/clippy_lints/src/exhaustive_items.rs @@ -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 |
