summaryrefslogtreecommitdiff
path: root/solutions/13_error_handling
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-08-22 14:42:17 +0200
committermo8it <mo8it@proton.me>2024-08-22 14:42:17 +0200
commit47976caa69e24ea9ee5d38918a0abea89ff10983 (patch)
treef3f3fe6de9231a113dd4b2e0ebc6872f8770d5c4 /solutions/13_error_handling
parentf1abd8577c824eac4eb152a4b0789ce23642ba62 (diff)
Import Ordering
Diffstat (limited to 'solutions/13_error_handling')
-rw-r--r--solutions/13_error_handling/errors4.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/solutions/13_error_handling/errors4.rs b/solutions/13_error_handling/errors4.rs
index 7f176cf..70c5f1c 100644
--- a/solutions/13_error_handling/errors4.rs
+++ b/solutions/13_error_handling/errors4.rs
@@ -1,3 +1,5 @@
+use std::cmp::Ordering;
+
#[derive(PartialEq, Debug)]
enum CreationError {
Negative,