summaryrefslogtreecommitdiff
path: root/exercises/error_handling/result1.rs
diff options
context:
space:
mode:
Diffstat (limited to 'exercises/error_handling/result1.rs')
-rw-r--r--exercises/error_handling/result1.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/exercises/error_handling/result1.rs b/exercises/error_handling/result1.rs
index f9596e2..52972dc 100644
--- a/exercises/error_handling/result1.rs
+++ b/exercises/error_handling/result1.rs
@@ -1,6 +1,8 @@
// result1.rs
// Make this test pass! Scroll down for hints :)
+// I AM NOT DONE
+
#[derive(PartialEq, Debug)]
struct PositiveNonzeroInteger(u64);