Skip to content

Commit 2d499d8

Browse files
authored
Fix typo in exhaustive_items.rs
1 parent c7bb200 commit 2d499d8

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)