From 08d795f84179d48a49d7b027d54f4f19563b4584 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Sun, 27 Jun 2021 15:13:15 +1200 Subject: [PATCH] Remove stub main.rs from library --- lib/src/main.rs | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 lib/src/main.rs diff --git a/lib/src/main.rs b/lib/src/main.rs deleted file mode 100644 index e3a255d..0000000 --- a/lib/src/main.rs +++ /dev/null @@ -1,5 +0,0 @@ -#[cfg(not(debug_assertions))] -compile_error!("The watchexec CLI has moved to the watchexec-cli crate"); -fn main() { - panic!("The watchexec CLI has moved to the watchexec-cli crate"); -}