rust-cookbook
rust-cookbook copied to clipboard
Convert u8 to char (necessary since rand 0.8)
This fixes one breaking skeptic test due to a change in the type of Alphanumeric
between rand 0.7 and rand 0.8.
I think this PR needs to be merged. I could not understand why the checks failed. The trace seems to be from something unrelated.