rustlings
Rustlings 5.6.1
5.6.1
Sep 18 2023 at 08:18 UTC
Changed
- Converted all exercises with assertions to test mode.
Fixed
cow1
: Reverted regression introduced by callingto_mut
where it shouldn't have been called, and clarified comment.primitive_types3
: Require at least an array of 100 elements.- Removed hint comments when no hint exists for the exercise.
as_ref_mut
: Fixed a typo in a test function name.enums3
: Fixed formatting withrustfmt
.