from_into solution

This commit is contained in:
mo8it
2024-07-01 22:09:48 +02:00
parent 428d64ffa0
commit cddaf4881e
3 changed files with 167 additions and 34 deletions
+1 -1
View File
@@ -1174,7 +1174,7 @@ Use the `as` operator to cast one of the operands in the last line of the
name = "from_into"
dir = "23_conversions"
hint = """
Follow the steps provided right before the `From` implementation"""
Follow the steps provided right before the `From` implementation."""
[[exercises]]
name = "from_str"