Skip to content

Commit

Permalink
lifetime corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin committed Jun 28, 2024
1 parent 5547b93 commit a1d6e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/payload.rs
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ fn z_bytes_deserialize_into_arithmetic<'a, T>(
val: &'a mut T,
) -> z_error_t
where
ZSerde: Deserialize<T, Input<'static> = &'static ZBytes>,
ZSerde: Deserialize<T, Input<'a> = &'a ZBytes>,
<ZSerde as Deserialize<T>>::Error: fmt::Debug,
{
match this.as_rust_type_ref().deserialize::<T>() {
Expand Down

0 comments on commit a1d6e9a

Please sign in to comment.