rust/tests/run-pass/enum-glob-import-crate.rs

9 lines
101 B
Rust
Raw Normal View History

2018-07-30 04:33:44 -05:00
#![feature(tool_lints)]
2017-09-18 05:47:33 -05:00
2018-07-30 04:33:44 -05:00
#![deny(clippy::all)]
2017-08-01 10:54:21 -05:00
#![allow(unused_imports)]
use std::*;
fn main() { }