Auto merge of #12534 - JMoogs:patch-1, r=y21

Fix typo in exhaustive_items.rs

changelog: none
This commit is contained in:
bors 2024-03-22 22:27:49 +00:00
commit 4a8c9495ca

View File

@ -38,7 +38,7 @@
declare_clippy_lint! { declare_clippy_lint! {
/// ### What it does /// ### 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? /// ### Why is this bad?
/// Exhaustive structs are typically fine, but a project which does /// Exhaustive structs are typically fine, but a project which does