auto-import 0.1.0

Please do not use this.
Documentation
1
2
3
4
5
6
7
auto_import::magic!();

fn main() {
    let _ = BTreeMap::<File, PathBuf>::new();
    let _ = i32::from_str("123");
    std::io::stdout().write_all(b"!\n").unwrap();
}