Skip to content

Commit

Permalink
Update src/proto/single/utils.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jon Gjengset <[email protected]>
  • Loading branch information
rustworthy and jonhoo authored Oct 19, 2024
1 parent 79194c2 commit e9e8ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proto/single/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ where
serializer.serialize_u64(secs)
}

pub(crate) fn ser_optional_duration<S>(
pub(crate) fn ser_optional_duration_in_seconds<S>(
value: &Option<Duration>,
serializer: S,
) -> Result<S::Ok, S::Error>
Expand Down

0 comments on commit e9e8ae1

Please sign in to comment.