summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/crashes/enum-glob-import-crate.rs
blob: dca32aa3b5615e25a2b5987fa56a02ef4bbc2e3d (plain)
1
2
3
4
5
6
#![deny(clippy::all)]
#![allow(unused_imports)]

use std::*;

fn main() {}