Skip to content

Commit

Permalink
Update protocols/v2/binary-sv2/no-serde-sv2/codec/src/datatypes/non_c…
Browse files Browse the repository at this point in the history
…opy_data_types/seq_inner.rs

Co-authored-by: plebhash <[email protected]>
  • Loading branch information
Shourya742 and plebhash authored Dec 4, 2024
1 parent 5c4074a commit 63945e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ impl<'a, const ISFIXED: bool, const SIZE: usize, const HEADERSIZE: usize, const
}

impl<'a, T: Fixed> Seq064K<'a, T> {
/// convecrts the lifetime to static
/// converts the lifetime to static
pub fn into_static(self) -> Seq064K<'static, T> {
// Safe unwrap cause the initial value is a valid Seq064K
Seq064K::new(self.0).unwrap()
Expand Down

0 comments on commit 63945e4

Please sign in to comment.