mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-01 13:37:48 +00:00
uucore/refactor ~ fix cargo clippy
complaints (*allow* type_complexity)
This commit is contained in:
parent
66dfd73ffe
commit
3dc9f76c7f
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ pub struct PlatformZeroCopyWriter {
|
|||
raw_obj: RawObject,
|
||||
read_pipe: RawFd,
|
||||
write_pipe: RawFd,
|
||||
#[allow(clippy::type_complexity)]
|
||||
write_fn: fn(&mut PlatformZeroCopyWriter, &[IoVec<&[u8]>], usize) -> io::Result<usize>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue