diff options
| author | mo8it <mo8it@proton.me> | 2024-07-01 22:09:48 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-07-01 22:09:48 +0200 |
| commit | cddaf4881ea5a03e6deebfa9ec949347e1c2d025 (patch) | |
| tree | 897629b7da84dd3b82b086757bded201ce689444 /rustlings-macros/info.toml | |
| parent | 428d64ffa01415826e421e00f59f63a77884b923 (diff) | |
from_into solution
Diffstat (limited to 'rustlings-macros/info.toml')
| -rw-r--r-- | rustlings-macros/info.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rustlings-macros/info.toml b/rustlings-macros/info.toml index fce5e5a..b848e0e 100644 --- a/rustlings-macros/info.toml +++ b/rustlings-macros/info.toml @@ -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" |
