diff options
| author | Abdou Seck <djily02016@gmail.com> | 2019-12-16 11:33:00 -0500 |
|---|---|---|
| committer | Abdou Seck <djily02016@gmail.com> | 2019-12-16 11:33:00 -0500 |
| commit | fc26b5e151b985ff5e369b3ef4049c0b01f11b0c (patch) | |
| tree | 5e3944c8dca4b2340bfb5d1a658798f6e2da3c66 /exercises/conversions/using_as.rs | |
| parent | 0c85dc1193978b5165491b99cc4922caf8d14a65 (diff) | |
I AM NOT DONE comment in conversions exercise files
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 |
