rust-clippy/tests/ui/crashes/enum-glob-import-crate.rs

7 lines
75 B
Rust
Raw Normal View History

2018-07-30 09:33:44 +00:00
#![deny(clippy::all)]
2017-08-01 15:54:21 +00:00
#![allow(unused_imports)]
use std::*;
2018-12-09 22:26:16 +00:00
fn main() {}