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
2024-11-27 15:11:30 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
5029dfe403
rust-clippy
/
tests
/
ui
/
crashes
/
enum-glob-import-crate.rs
9 lines
88 B
Rust
Raw
Normal View
History
Unescape
Escape
Add missing `// run-pass` annotations to ICE tests compiletest UI tests do not fail when encountering panics and ICEs unless the `// run-pass` flag is used. (This was forgotten in https://github.com/rust-lang/rust-clippy/pull/3743)
2019-04-05 05:22:36 +00:00
// run-pass
Adapt run-pass tests to the tool_lints
2018-07-30 09:33:44 +00:00
#![
deny(clippy::all)
]
Move all our tests back to ui tests
2017-08-01 15:54:21 +00:00
#![
allow(unused_imports)
]
prevent panic in enum glob import lint if a crate's elements are glob imported fixes #639
2016-02-08 10:28:18 +00:00
use
std
::
*
;
rustfmt tests
2018-12-09 22:26:16 +00:00
fn
main
(
)
{
}
Reference in a new issue
Copy permalink