summaryrefslogtreecommitdiff
path: root/exercises/conversions/as_ref_mut.rs
AgeCommit message (Collapse)Author
2023-10-16Update Exercises Directory Names to Reflect OrderAdam Brewer
2023-09-14fix: test name typoJurglic
2023-05-29docs: cleanup the explanation paragraphs at the start of each exercise.Robert Fry
2022-11-24chore: added more descriptive TODOsTK Buristrakul
2022-10-21fix: Revert deref changeArkid
Revert the addition of a deref in PR #1192 by me, which should not be there. Apologies for the inconvenience caused.
2022-09-09fix: Add a deref in the test codeArkid
It's virtually impossible to write a the `num_sq` function to take the Box since it doesn't implement `MulAssign`.
2022-07-15feat(as_ref_mut): add AsMut sectionmokou
2020-07-11chore: Alter whitespace for consistencyBenjamin Jones
* Add newline after "I AM DONE" in exercises for consistency * Remove trailing whitespace from exercises
2020-06-08Added example to show the AsRef workingmillefalcon
2020-04-08remove bottom comment instead of topTonći Galić
2020-04-07Remove duplicate not done commentTonći Galić
As indicated in #259 , I found it confusing to have 2 comments as the code wouldn't compile unless I solved both issues (I used the script from #281 to remove a comment and use `:wn` to go to next exercise, hence this tripped me).
2019-12-23Enable a test and improve per clippy's suggestion.dmitri-mamrukov
2019-12-16I AM NOT DONE comment in conversions exercise filesAbdou Seck
2019-12-16feat: Add type conversion and parsing exercisesAbdou Seck