diff --git a/src/wrapper/clap/util.rs b/src/wrapper/clap/util.rs index 592ca624..aa393966 100644 --- a/src/wrapper/clap/util.rs +++ b/src/wrapper/clap/util.rs @@ -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) } }