Unused imports like `use libc;`. One could use this regex ```regex ^\s*use\s+[a-z][_a-zA-Z0-9]*; ``` or try <https://grep.app/search?q=%5E%5Cs%2Ause%5Cs%2B%5Ba-z%5D%5B_a-zA-Z0-9%5D%2A%3B®exp=true&case=true&filter[lang][0]=Rust&filter[repo][0]=rust-lang/rust>. <!-- TRIAGEBOT_START --> <!-- TRIAGEBOT_ASSIGN_START --> This issue has been assigned to @yuqio via [this comment](https://github.com/rust-lang/rust/issues/73570#issuecomment-647167501). <!-- TRIAGEBOT_ASSIGN_DATA_START$${"user":"yuqio"}$$TRIAGEBOT_ASSIGN_DATA_END --> <!-- TRIAGEBOT_ASSIGN_END --> <!-- TRIAGEBOT_END -->
Unused imports like
use libc;.One could use this regex
or try https://grep.app/search?q=%5E%5Cs%2Ause%5Cs%2B%5Ba-z%5D%5B_a-zA-Z0-9%5D%2A%3B®exp=true&case=true&filter[lang][0]=Rust&filter[repo][0]=rust-lang/rust.
This issue has been assigned to @Yuqio via this comment.