chiark / gitweb /
Remove lots of commas after braced match arms.
authorSimon Tatham <anakin@pobox.com>
Mon, 1 Jan 2024 13:50:00 +0000 (13:50 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 1 Jan 2024 13:50:00 +0000 (13:50 +0000)
commit04530126b126701ac69efca3111d57ff3be5286a
treee380d483c3f49d57ffb68ffb2d67c4ac8107dbff
parent92668713119f2f70d5b90193edfb2fc01b77f0de
Remove lots of commas after braced match arms.

I only just noticed from reading someone else's Rust code that they
aren't syntactically necessary!
src/activity_stack.rs
src/auth.rs
src/client.rs
src/coloured_string.rs
src/config.rs
src/editor.rs
src/file.rs
src/html.rs
src/scan_re.rs
src/text.rs
src/tui.rs