Skip to content

Commit

Permalink
Auto merge of #12661 - jqnatividad:unsafe_derive_deserialize-why_is_t…
Browse files Browse the repository at this point in the history
…his_bad-typo, r=Alexendoo

unsafe_derive_deserialize: `Why is this bad?` explanation typo

changelog: [`unsafe_derive_deserialize`]: Correct `Why is this bad?` explanation typo
  • Loading branch information
bors committed Apr 11, 2024
2 parents 7dca815 + d7a8622 commit 6b1c828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/derive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ declare_clippy_lint! {
///
/// ### Why is this bad?
/// Deriving `serde::Deserialize` will create a constructor
/// that may violate invariants hold by another constructor.
/// that may violate invariants held by another constructor.
///
/// ### Example
/// ```rust,ignore
Expand Down

0 comments on commit 6b1c828

Please sign in to comment.