]> git.lizzy.rs Git - rust.git/blob - src/test/ui/removing-extern-crate.fixed
Rollup merge of #57132 - daxpedda:master, r=steveklabnik
[rust.git] / src / test / ui / removing-extern-crate.fixed
1 // edition:2018
2 // aux-build:removing-extern-crate.rs
3 // run-rustfix
4 // compile-pass
5
6 #![warn(rust_2018_idioms)]
7 #![allow(unused_imports)]
8
9
10
11
12 mod another {
13     
14     
15 }
16
17 fn main() {}