blob: 71728e8a7313d06e1548b48d96995ee71e130ca5 [file] [log] [blame]
// edition:2018
// aux-build:removing-extern-crate.rs
// run-rustfix
// compile-pass
#![warn(rust_2018_idioms)]
#![allow(unused_imports)]
mod another {
}
fn main() {}