summaryrefslogtreecommitdiff
path: root/solutions/08_enums/enums2.rs
diff options
context:
space:
mode:
Diffstat (limited to 'solutions/08_enums/enums2.rs')
-rw-r--r--solutions/08_enums/enums2.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/solutions/08_enums/enums2.rs b/solutions/08_enums/enums2.rs
index 2ee0553..07aee26 100644
--- a/solutions/08_enums/enums2.rs
+++ b/solutions/08_enums/enums2.rs
@@ -1,5 +1,3 @@
-#![allow(dead_code)]
-
#[derive(Debug)]
struct Point {
x: u64,