Auto merge of #12534 - JMoogs:patch-1, r=y21
Fix typo in exhaustive_items.rs changelog: none
This commit is contained in:
commit
4a8c9495ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue