We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7bb200 + 2d499d8 commit 4a8c949Copy full SHA for 4a8c949
clippy_lints/src/exhaustive_items.rs
@@ -38,7 +38,7 @@ declare_clippy_lint! {
38
39
declare_clippy_lint! {
40
/// ### What it does
41
- /// Warns on any exported `structs`s that are not tagged `#[non_exhaustive]`
+ /// Warns on any exported `struct`s that are not tagged `#[non_exhaustive]`
42
///
43
/// ### Why is this bad?
44
/// Exhaustive structs are typically fine, but a project which does
0 commit comments