summaryrefslogtreecommitdiff
path: root/exercises/22_clippy/clippy1.rs
diff options
context:
space:
mode:
Diffstat (limited to 'exercises/22_clippy/clippy1.rs')
-rw-r--r--exercises/22_clippy/clippy1.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/exercises/22_clippy/clippy1.rs b/exercises/22_clippy/clippy1.rs
index 1e0f42e..f1eaa83 100644
--- a/exercises/22_clippy/clippy1.rs
+++ b/exercises/22_clippy/clippy1.rs
@@ -1,13 +1,8 @@
-// clippy1.rs
-//
// The Clippy tool is a collection of lints to analyze your code so you can
// catch common mistakes and improve your Rust code.
//
// For these exercises the code will fail to compile when there are Clippy
// warnings. Check Clippy's suggestions from the output to solve the exercise.
-//
-// Execute `rustlings hint clippy1` or use the `hint` watch subcommand for a
-// hint.
use std::f32;