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

9 lines
101 B
Rust
Raw Normal View History

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