Skip to content

Commit d7a8622

Browse files
committed
Why is this bad explanation typo
1 parent 62fd1d5 commit d7a8622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/derive.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ declare_clippy_lint! {
132132
///
133133
/// ### Why is this bad?
134134
/// Deriving `serde::Deserialize` will create a constructor
135-
/// that may violate invariants hold by another constructor.
135+
/// that may violate invariants held by another constructor.
136136
///
137137
/// ### Example
138138
/// ```rust,ignore

0 commit comments

Comments
 (0)