From a45731eed853280f030c3dce3ac88032f2d204c5 Mon Sep 17 00:00:00 2001 From: Daringcuteseal Date: Sun, 29 Dec 2024 20:10:53 +0700 Subject: [PATCH] uucore/buf_copy: delete empty doc-string --- src/uucore/src/lib/features/buf_copy/linux.rs | 2 -- 1 file changed, 2 deletions(-) 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,