Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// edition:2018
// aux-build:removing-extern-crate.rs
// run-rustfix
// check-pass
#![warn(rust_2018_idioms)]
//~ WARNING unused extern crate
mod another {
}
fn main() {}