We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7dca815 + d7a8622 commit 6b1c828Copy full SHA for 6b1c828
clippy_lints/src/derive.rs
@@ -132,7 +132,7 @@ declare_clippy_lint! {
132
///
133
/// ### Why is this bad?
134
/// Deriving `serde::Deserialize` will create a constructor
135
- /// that may violate invariants hold by another constructor.
+ /// that may violate invariants held by another constructor.
136
137
/// ### Example
138
/// ```rust,ignore
0 commit comments