Why is this bad explanation typo

This commit is contained in:
Joel Natividad 2024-04-10 08:46:03 -04:00
parent 62fd1d5377
commit d7a8622bf4
No known key found for this signature in database

View File

@ -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