blob: b4b47dc886befd0f7d9edcf0842296e75c37783c [file] [log] [blame] [edit]
//@ edition:2018
//@ aux-build: remove-extern-crate.rs
//@ run-rustfix
//@ rustfix-only-machine-applicable
#![warn(rust_2018_idioms)]
//~ WARNING unused extern crate
//~ WARNING unused extern crate
mod another {
//~ WARNING unused extern crate
//~ WARNING unused extern crate
}
fn main() {}