5 lines
67 B
Rust
5 lines
67 B
Rust
|
// run-rustfix
|
||
|
|
||
|
#[clippy::cognitive_complexity = "1"]
|
||
|
fn main() {}
|