Add TODOs and disable warnings for clippy issues
that appear to be bugs or unfixable without big changes
rustfmt changes the alignment of arrows in matches among other things, and there is no way to disable or configure this as far as I could tell. So at the moment, fmt will have to wait.
Partial fix for #20
rustfmt changes the alignment of arrows in
match
es among other things, and there is no way to disable or configure this as far as I could tell. So at the moment, fmt will have to wait.