Closed sinux-l5d closed 2 years ago
The build check fails against the Rust code (that I did not touched). Apparently, some .to_string()
are unnecessary
The build check fails against the Rust code (that I did not touched). Apparently, some
.to_string()
are unnecessary
Apparently the latest rust / clippy version gave some more insights. Fixed that now.
Could you rebase and squash your commits ?
Well, I think it's good to go. Let me know if something's wrong :)
Thanks !
As mentioned in #8, I added support for the tab key.
It adds 4 spaces, not the tab character. Maybe that's not the most appropriate way.
We could improve that even more:
I forked from
master
but opened the merge request onnext
, so it includes your commit "bin v2.2.0". If that's not what you want, let me know.