lasr 0.4.0

Live Action Search and Replace
Documentation
1
2
3
4
5
6
7
fn thing(x: u64, y: u64) {
    println!("{x} {y}");
}

fn main() {
    thing(3, 5);
}