mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-01 05:27:45 +00:00
uucore: remove an inaccurate comment
This commit is contained in:
parent
b46e2289d6
commit
2019833fbb
1 changed files with 0 additions and 4 deletions
|
@ -2,10 +2,6 @@ use crate::zero_copy::RawObject;
|
||||||
|
|
||||||
use std::io::{self, Write};
|
use std::io::{self, Write};
|
||||||
|
|
||||||
/// A "zero-copy" writer used on platforms for which we have no actual zero-copy implementation (or
|
|
||||||
/// which use standard read/write operations for zero-copy I/O). This writer just delegates to the
|
|
||||||
/// inner writer used to create it. Using this struct avoids going through the machinery used to
|
|
||||||
/// handle the case where a given writer does not support zero-copy on a platform.
|
|
||||||
pub struct PlatformZeroCopyWriter;
|
pub struct PlatformZeroCopyWriter;
|
||||||
|
|
||||||
impl PlatformZeroCopyWriter {
|
impl PlatformZeroCopyWriter {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue