This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
cf58e1c672
rust
/
tests
/
run-pass
/
enum-glob-import-crate.rs
9 lines
73 B
Rust
Raw
Normal View
History
Unescape
Escape
Reduce the hackiness of cargo-clippy
2017-09-18 12:47:33 +02:00
prevent panic in enum glob import lint if a crate's elements are glob imported fixes #639
2016-02-08 11:28:18 +01:00
#![
deny(clippy)
]
Move all our tests back to ui tests
2017-08-01 17:54:21 +02:00
#![
allow(unused_imports)
]
prevent panic in enum glob import lint if a crate's elements are glob imported fixes #639
2016-02-08 11:28:18 +01:00
use
std
::
*
;
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink