Fix typo in exhaustive_items.rs

This commit is contained in:
Jeremy S 2024-03-22 22:19:31 +00:00 committed by GitHub
parent c7bb200054
commit 2d499d8f4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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