Use infallible conversion to teach From trait

This commit is contained in:
Remo Senekowitsch
2026-05-15 09:18:40 +02:00
parent 9b50da484f
commit db5ad7f42f
4 changed files with 60 additions and 217 deletions
+1
View File
@@ -22,6 +22,7 @@
- `structs3`: Rewrote the exercise to make users type method syntax themselves.
- Rename the exercises for smart pointers and conversions so they're sorted alphabetically. [@foxfromworld](https://github.com/foxfromworld)
- `vecs1`: Remove array literal. Some learners assumed their task is to convert it to a vector.
- `conversions2`: Redesign the context such that infallible conversion makes sense.
## 6.5.0 (2025-08-21)