diff options
Diffstat (limited to 'exercises/conversions/using_as.rs')
| -rw-r--r-- | exercises/conversions/using_as.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/exercises/conversions/using_as.rs b/exercises/conversions/using_as.rs index 37eb69f..54f9651 100644 --- a/exercises/conversions/using_as.rs +++ b/exercises/conversions/using_as.rs @@ -2,6 +2,7 @@ // Please note that the `as` operator is not only used when type casting. // It also helps with renaming imports. +// I AM NOT DONE // The goal is to make sure that the division does not fail to compile fn average(values: &[f64]) -> f64 { let total = values |
