This website requires JavaScript.
Explore
Help
Sign In
dnrops
/
rust-clippy
mirror of
https://github.com/rust-lang/rust-clippy.git
Watch
1
Star
0
Fork
You've already forked rust-clippy
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
abd9deb9f4
rust-clippy
/
tests
/
ui
/
obfuscated_if_else.fixed
6 lines
86 B
Rust
Raw
Blame
History
#![
warn(clippy::obfuscated_if_else)
]
fn
main
(
)
{
if
true
{
"
a
"
}
else
{
"
b
"
}
;
}
Reference in New Issue
View Git Blame
Copy Permalink