Dario Nieuwenhuis 3a9d017354 Remove unneeded ref patterns and destructures.
This brings the code to a more modern Rust style.

- Dstructuring is not so necessary nowadays, with the borrow checker being smarter, especially around partial captures in closures.
- "ref" is barely needed anymore, with [match ergonomics](https://rust-lang.github.io/rfcs/2005-match-ergonomics.html).
2023-02-05 23:57:42 +01:00
..
2017-06-24 11:43:12 +00:00
2022-07-01 18:57:56 +02:00
2022-11-06 21:18:02 +01:00