Skip to content

Commit 55fb0e8

Browse files
committed
fix warn
1 parent 87840b5 commit 55fb0e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/unaligned_vector/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ impl<Codec: UnalignedVectorCodec> UnalignedVector<Codec> {
117117
self.vector.is_empty()
118118
}
119119
/// Returns the raw pointer to the start of this slice.
120+
#[allow(unused)]
120121
pub(crate) fn as_ptr(&self) -> *const u8 {
121122
self.vector.as_ptr()
122123
}

0 commit comments

Comments
 (0)