mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
uucore/buf_copy: delete empty doc-string
This commit is contained in:
parent
e07cc67b30
commit
a45731eed8
1 changed files with 0 additions and 2 deletions
|
@ -58,8 +58,6 @@ impl From<nix::Error> for Error {
|
||||||
///
|
///
|
||||||
/// Result of operation and bytes successfully written (as a `u64`) when
|
/// Result of operation and bytes successfully written (as a `u64`) when
|
||||||
/// operation is successful.
|
/// operation is successful.
|
||||||
///
|
|
||||||
|
|
||||||
pub fn copy_stream<R, S>(src: &mut R, dest: &mut S) -> UResult<u64>
|
pub fn copy_stream<R, S>(src: &mut R, dest: &mut S) -> UResult<u64>
|
||||||
where
|
where
|
||||||
R: Read + AsFd + AsRawFd,
|
R: Read + AsFd + AsRawFd,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue