This website requires JavaScript.
Explore
Help
Sign in
mathieu
/
granite-rust
Watch
1
Star
0
Fork
You've already forked granite-rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
e9b7a7125e
granite-rust
/
tests
/
ui
/
double_neg.rs
8 lines
85 B
Rust
Raw
Normal View
History
Unescape
Escape
Adapt ui-tests to the tool_lints
2018-07-28 17:34:52 +02:00
#[
warn(clippy::double_neg)
]
new lint: double_neg
2016-06-30 01:00:25 +02:00
fn
main
(
)
{
let
x
=
1
;
-
x
;
-
(
-
x
)
;
remove all //~ from tests
2017-02-08 14:58:07 +01:00
-
-
x
;
new lint: double_neg
2016-06-30 01:00:25 +02:00
}
Reference in a new issue
Copy permalink