Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostie314159 committed Aug 16, 2024
1 parent e76f339 commit 2d71cd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ctx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,6 @@ sizeof_impl!(i128);
sizeof_impl!(f32);
sizeof_impl!(f64);


impl<'a, Ctx: Copy, T: TryFromCtx<'a, Ctx, Error = error::Error>, const N: usize>
TryFromCtx<'a, Ctx> for [T; N]
{
Expand Down

0 comments on commit 2d71cd4

Please sign in to comment.