From 3f4fe582b3171478a74aa99012f929612c17c6d2 Mon Sep 17 00:00:00 2001 From: Aaron Fenyes Date: Wed, 2 Apr 2025 12:40:30 -0700 Subject: [PATCH] Fail CI to confirm that merging is blocked --- app-proto/src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/app-proto/src/main.rs b/app-proto/src/main.rs index e581997..29716a0 100644 --- a/app-proto/src/main.rs +++ b/app-proto/src/main.rs @@ -1,3 +1,4 @@ +compile_error!("does not compute"); mod add_remove; mod assembly; mod display;