mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
4 lines
61 B
Rust
4 lines
61 B
Rust
fn main() {
|
|
let x = &1;
|
|
let _ = &1 < x && x < &10;
|
|
}
|