Skip to content

Commit 4a8c949

Browse files
committed
Auto merge of #12534 - JMoogs:patch-1, r=y21
Fix typo in exhaustive_items.rs changelog: none
2 parents c7bb200 + 2d499d8 commit 4a8c949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/exhaustive_items.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ declare_clippy_lint! {
3838

3939
declare_clippy_lint! {
4040
/// ### What it does
41-
/// Warns on any exported `structs`s that are not tagged `#[non_exhaustive]`
41+
/// Warns on any exported `struct`s that are not tagged `#[non_exhaustive]`
4242
///
4343
/// ### Why is this bad?
4444
/// Exhaustive structs are typically fine, but a project which does

0 commit comments

Comments
 (0)