1
0
Fork 0

Remove duplicate comment

This commit is contained in:
Robbert van der Helm 2022-07-03 17:04:33 +02:00
parent c91b74355f
commit 97baa9d55c

View file

@ -72,7 +72,6 @@ unsafe impl ByteReadBuffer for &mut [u8] {
}
fn as_mut_ptr(&mut self) -> *mut u8 {
// Bit of a fun one since we reuse the names of the original functions
<[u8]>::as_mut_ptr(self)
}
}