Skip to content

Commit 6b1c828

Browse files
committed
Auto merge of #12661 - jqnatividad:unsafe_derive_deserialize-why_is_this_bad-typo, r=Alexendoo
unsafe_derive_deserialize: `Why is this bad?` explanation typo changelog: [`unsafe_derive_deserialize`]: Correct `Why is this bad?` explanation typo
2 parents 7dca815 + d7a8622 commit 6b1c828

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)