Closed definitelynobody closed 5 years ago
Using ..= instead of ... fixes builds on nightly and works on stable.
..=
...
Also there was a mut that wasn't needed.
Thank you! I'll publish it to crates.io together with #9.
Using
..=
instead of...
fixes builds on nightly and works on stable.Also there was a mut that wasn't needed.