mirror of
https://github.com/ArthurDanjou/rustlings.git
synced 2026-01-25 01:00:27 +01:00
I AM NOT DONE comment in conversions exercise files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user