rust-ascii icon indicating copy to clipboard operation
rust-ascii copied to clipboard

Miscellanous fixes to get the crate to compile (without warnings)

Open andrepd opened this issue 2 months ago • 0 comments

First commit fixes AsciiChar::is_digit (and its tests) to have the same behaviour as char::is_digit, namely restricting the radix to the range 2 ..= 36.

Second commit silences a handful of minor warnings.

andrepd avatar Nov 17 '25 12:11 andrepd