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.
1 parent 62fd1d5 commit d7a8622Copy full SHA for d7a8622
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