diff options
| author | Ryan McQuen <rpcm@linux.com> | 2020-09-07 10:09:27 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-07 19:09:27 +0200 |
| commit | 3286c5ec19ea5fb7ded81d047da5f8594108a490 (patch) | |
| tree | 9a92a759a4d0ca283a8d174d3b4b60a6f5b6f606 /info.toml | |
| parent | ee7cdc66b31673c0fb02de0ce732812f855e69e8 (diff) | |
fix(using_as): Add test so that proper type is returned. (#512)
Diffstat (limited to 'info.toml')
| -rw-r--r-- | info.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -787,7 +787,7 @@ what you've learned :)""" [[exercises]] name = "using_as" path = "exercises/conversions/using_as.rs" -mode = "compile" +mode = "test" hint = """ Use the `as` operator to cast one of the operands in the last line of the `average` function into the expected return type.""" |
