Auto merge of #12534 - JMoogs:patch-1, r=y21
Fix typo in exhaustive_items.rs changelog: none
This commit is contained in:
commit
4a8c9495ca
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user