Skip to content

Commit

Permalink
Merge remote-tracking branch 'Manishearth/zv-fixes' into zv-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Sep 23, 2022
2 parents c85a85f + bb0788f commit 1d0a186
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/zerovec/src/zerovec/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ impl<'a, T: AsULE> Deref for ZeroVec<'a, T> {
type Target = ZeroSlice<T>;
#[inline]
fn deref(&self) -> &Self::Target {
//
let slice: &[T::ULE] = self.vector.as_slice();
ZeroSlice::from_ule_slice(slice)
}
Expand Down

0 comments on commit 1d0a186

Please sign in to comment.