summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2023-04-26 23:22:54 -0400
committerOwen Jacobson <owen@grimoire.ca>2023-04-26 23:22:54 -0400
commit06e9c527fdc2f02c071702aa85eca79762e5c8f1 (patch)
treeafcb2d6e6e84287b91c06b76fb2749ed8acd7a29 /src
parentf07b630ddebc455a0b861088a78a4ee54b6f65d6 (diff)
Unbreak builds to test build cancellation
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 2354cd2..1f7b19a 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,4 +1,2 @@
pub mod twelve;
pub mod view;
-
-compile_error!("Fail the build");