This website requires JavaScript.
Explore
Help
Sign in
Mirrors
/
rust-clippy
Watch
2
Star
0
Fork
You've already forked rust-clippy
0
mirror of
https://github.com/rust-lang/rust-clippy
synced
2025-02-16 14:08:37 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
a2f9b93116
rust-clippy
/
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 11:33:44 +02:00
#![
deny(clippy::all)
]
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
::
*
;
rustfmt tests
2018-12-09 23:26:16 +01:00
fn
main
(
)
{
}
Reference in a new issue
Copy permalink