This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8f0edba6e9
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 05:47:33 -05:00
prevent panic in enum glob import lint if a crate's elements are glob imported fixes #639
2016-02-08 04:28:18 -06:00
#![
deny(clippy)
]
Move all our tests back to ui tests
2017-08-01 10:54:21 -05:00
#![
allow(unused_imports)
]
prevent panic in enum glob import lint if a crate's elements are glob imported fixes #639
2016-02-08 04:28:18 -06:00
use
std
::
*
;
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink