Skip to content

Conversation

@xtqqczze
Copy link
Contributor

@xtqqczze xtqqczze commented Feb 5, 2026

@xtqqczze xtqqczze changed the title Clippy/unused_trait_names clippy: fix unused_trait_names lint Feb 5, 2026
@xtqqczze
Copy link
Contributor Author

xtqqczze commented Feb 5, 2026

false positive

error[E0405]: cannot find trait `AsFd` in this scope
  --> src/uu/wc/src/count_fast.rs:47:39
   |
47 | fn count_bytes_using_splice(fd: &impl AsFd) -> Result<usize, usize> {
   |                                       ^^^^ not found in this scope
   |
help: consider importing this trait
   |
 7 + use std::os::fd::AsFd;
   |

cc: @profetia

@sylvestre
Copy link
Contributor

it needs to be rebased

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants