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
4ab8cdd5b9
rust
/
tests
/
ui
/
crashes
/
enum-glob-import-crate.rs
7 lines
75 B
Rust
Raw
Normal View
History
Unescape
Escape
Adapt run-pass tests to the tool_lints
2018-07-30 04:33:44 -05:00
#![
deny(clippy::all)
]
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
::
*
;
rustfmt tests
2018-12-09 16:26:16 -06:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink