Improve unused `extern crate` and unused `#[macro_use]` warnings This PR - adds `unused_imports` warnings for unused `#[macro_use] extern crate` macro imports, - improves `unused_extern_crates` warnings (avoids false negatives), and - removes unused `#[macro_use]` imports and unused `extern crate`s. r? @nrc |
||
|---|---|---|
| .. | ||
| cargotest | ||
| compiletest | ||
| error_index_generator | ||
| linkchecker | ||
| rustbook | ||
| tidy | ||