index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
clippy
/
tests
/
ui
/
obfuscated_if_else.rs
blob: 2b60c855a555a2f63473de70b5224d6ea730cfcf (
plain
)
1
2
3
4
5
#![warn(clippy::obfuscated_if_else)] fn main() { true.then_some("a").unwrap_or("b"); }