summaryrefslogtreecommitdiff
path: root/solutions/13_error_handling/errors4.rs
diff options
context:
space:
mode:
Diffstat (limited to 'solutions/13_error_handling/errors4.rs')
-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 c43f493..f4d39bf 100644
--- a/solutions/13_error_handling/errors4.rs
+++ b/solutions/13_error_handling/errors4.rs
@@ -1,3 +1,5 @@
+#![allow(clippy::comparison_chain)]
+
#[derive(PartialEq, Debug)]
enum CreationError {
Negative,