index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
clippy
/
tests
/
ui
/
crashes
/
enum-glob-import-crate.rs
blob: db1fa871afe0050c4d10bb3dbb45746a613f7d12 (
plain
)
1
2
3
4
5
6
7
8
// run-pass #![deny(clippy::all)] #![allow(unused_imports)] use std::*; fn main() {}