9580747a76
* Find arrow with find_last_uncommented * Add version gate for arrow finding fix
11 lines
152 B
Rust
11 lines
152 B
Rust
// rustfmt-version: Two
|
|
fn main() {
|
|
match a {
|
|
_ =>
|
|
// comment with =>
|
|
{
|
|
println!("A")
|
|
}
|
|
}
|
|
}
|