-
Notifications
You must be signed in to change notification settings - Fork 221
List of Rust Kata to Update to 1.49
Steffan edited this page Jan 19, 2021
·
22 revisions
Rust 1.49 was added, but the following kata are not compatible. Please help updating them.
This is most likely because rand
changed gen_range(a, b)
to gen_range(a..b)
.