Closed Samyak2 closed 2 years ago
Clippy found a bug in: https://github.com/Samyak2/toipe/blob/3cb7e31bd5dc61f0e89c244d2f6a7a3c5580856b/src/textgen.rs#L78
The range should have been inclusive.
https://github.com/Samyak2/toipe/runs/8056437431?check_suite_focus=true#step:6:8
couldn't you just change the .. to a ..=?
..
..=
Yes, that's the solution. I opened this issue so that I wouldn't forget it. PRs are always welcome though :)
Clippy found a bug in: https://github.com/Samyak2/toipe/blob/3cb7e31bd5dc61f0e89c244d2f6a7a3c5580856b/src/textgen.rs#L78
The range should have been inclusive.
https://github.com/Samyak2/toipe/runs/8056437431?check_suite_focus=true#step:6:8