rust/src/test/ui/removing-extern-crate.fixed

18 lines
183 B
Rust
Raw Normal View History

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