1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

uucore/buf_copy: delete empty doc-string

This commit is contained in:
Daringcuteseal 2024-12-29 20:10:53 +07:00
parent e07cc67b30
commit a45731eed8
No known key found for this signature in database
GPG key ID: 173F4A541C0E39D7

View file

@ -58,8 +58,6 @@ impl From<nix::Error> for Error {
///
/// Result of operation and bytes successfully written (as a `u64`) when
/// operation is successful.
///
pub fn copy_stream<R, S>(src: &mut R, dest: &mut S) -> UResult<u64>
where
R: Read + AsFd + AsRawFd,