From 47976caa69e24ea9ee5d38918a0abea89ff10983 Mon Sep 17 00:00:00 2001 From: mo8it Date: Thu, 22 Aug 2024 14:42:17 +0200 Subject: [PATCH] Import Ordering --- solutions/13_error_handling/errors4.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/solutions/13_error_handling/errors4.rs b/solutions/13_error_handling/errors4.rs index 7f176cfc..70c5f1ca 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,