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