Skip to content

Commit b71da1b

Browse files
oech3sylvestre
authored andcommitted
wc: drop #[allow(clippy::question_mark)]
1 parent ea903d4 commit b71da1b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/uu/wc/src/count_fast.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ fn count_bytes_using_splice(fd: &impl AsFd) -> Result<usize, usize> {
5252
Ok(res) => {
5353
byte_count += res;
5454
// Silent the warning as we want to the error message
55-
#[allow(clippy::question_mark)]
5655
if splice_exact(&pipe_rd, &null_file, res).is_err() {
5756
return Err(byte_count);
5857
}

0 commit comments

Comments
 (0)