Remove duplicate comment
This commit is contained in:
parent
c91b74355f
commit
97baa9d55c
1 changed files with 0 additions and 1 deletions
|
@ -72,7 +72,6 @@ unsafe impl ByteReadBuffer for &mut [u8] {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn as_mut_ptr(&mut self) -> *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)
|
<[u8]>::as_mut_ptr(self)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue