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:
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
|
||||
/// operation is successful.
|
||||
///
|
||||
|
||||
pub fn copy_stream<R, S>(src: &mut R, dest: &mut S) -> UResult<u64>
|
||||
where
|
||||
R: Read + AsFd + AsRawFd,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue