diff --git a/exercises/clippy/clippy1.rs b/exercises/clippy/clippy1.rs index b78ff4ba..478786ef 100644 --- a/exercises/clippy/clippy1.rs +++ b/exercises/clippy/clippy1.rs @@ -6,7 +6,7 @@ // check clippy's suggestions from the output to solve the exercise. // Execute `rustlings hint clippy1` or use the `hint` watch subcommand for a hint. -// I AM NOT DONE +// I AM DONE use std::f32{self, consts::PI};