mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-29 19:47:38 +00:00
11 lines
133 B
Rust
11 lines
133 B
Rust
![]() |
#[allow(clippy::all)]
|
||
|
|
||
|
fn main() {
|
||
|
#[clippy::author]
|
||
|
let _ = if true {
|
||
|
1 == 1;
|
||
|
} else {
|
||
|
2 == 2;
|
||
|
};
|
||
|
}
|