Skip to content

Commit

Permalink
Add 'a
Browse files Browse the repository at this point in the history
  • Loading branch information
elftausend committed Oct 27, 2024
1 parent 92e571c commit 8a0003a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/buffer/num.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ impl<T: Unit + Default> Alloc<T> for () {
&self,
_len: usize,
_flag: AllocFlag,
) -> crate::Result<Self::Data<T, S>> {
) -> crate::Result<Self::Data<'a, T, S>> {
Ok(Num::default())
}

Expand Down

0 comments on commit 8a0003a

Please sign in to comment.