serde: Add missing period in docs
This commit is contained in:
parent
e2386b7b64
commit
00ae571636
@ -51,7 +51,7 @@ pub fn default_true() -> 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)]
|
||||
pub fn is_true(b: &bool) -> bool {
|
||||
*b
|
||||
|
Loading…
x
Reference in New Issue
Block a user