Fix a typo

This commit is contained in:
Jonas Platte 2020-12-03 22:28:23 +01:00
parent a315e6d6cd
commit 51ddcca9f5
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -38,7 +38,7 @@ pub fn default_true() -> bool {
true true
} }
/// Simplfy dereferences the given bool. /// Simply dereferences the given bool.
/// ///
/// Useful for `#[serde(skip_serializing_if = ...)]` /// Useful for `#[serde(skip_serializing_if = ...)]`
#[allow(clippy::trivially_copy_pass_by_ref)] #[allow(clippy::trivially_copy_pass_by_ref)]