diff --git a/src/uucore/src/lib/features/buf_copy/linux.rs b/src/uucore/src/lib/features/buf_copy/linux.rs index 77d25e44b..7c41f14a5 100644 --- a/src/uucore/src/lib/features/buf_copy/linux.rs +++ b/src/uucore/src/lib/features/buf_copy/linux.rs @@ -58,8 +58,6 @@ impl From for Error { /// /// Result of operation and bytes successfully written (as a `u64`) when /// operation is successful. -/// - pub fn copy_stream(src: &mut R, dest: &mut S) -> UResult where R: Read + AsFd + AsRawFd,