From 97baa9d55ce5628bf5b170ea6eef836af75d19cb Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sun, 3 Jul 2022 17:04:33 +0200 Subject: [PATCH] Remove duplicate comment --- src/wrapper/clap/util.rs | 1 - 1 file changed, 1 deletion(-) 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) } }