summaryrefslogtreecommitdiff
path: root/exercises/17_tests/tests4.rs
diff options
context:
space:
mode:
Diffstat (limited to 'exercises/17_tests/tests4.rs')
-rw-r--r--exercises/17_tests/tests4.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/exercises/17_tests/tests4.rs b/exercises/17_tests/tests4.rs
index a50323c..35a9a3b 100644
--- a/exercises/17_tests/tests4.rs
+++ b/exercises/17_tests/tests4.rs
@@ -1,9 +1,4 @@
-// tests4.rs
-//
// Make sure that we're testing for the correct conditions!
-//
-// Execute `rustlings hint tests4` or use the `hint` watch subcommand for a
-// hint.
struct Rectangle {
width: i32,