fix: clippy fix (remove warnings)

This commit is contained in:
Karolin Varner
2025-08-03 15:33:05 +02:00
parent 3c0e167347
commit 335584b187
8 changed files with 12 additions and 15 deletions

View File

@@ -39,7 +39,7 @@ use crate::fd::{claim_fd_inplace, IntoStdioErr};
/// &io_stream,
/// &mut read_fd_buffer,
/// );
////
///
/// // Simulated reads; the actual operations will depend on the protocol (implementation details)
/// let mut recv_buffer = Vec::<u8>::new();
/// let bytes_read = fd_passing_sock.read(&mut recv_buffer[..]).expect("error reading from socket");