Remove stub main.rs from library

This commit is contained in:
Félix Saparelli 2021-06-27 15:13:15 +12:00
parent badb27a19c
commit 08d795f841
1 changed files with 0 additions and 5 deletions

View File

@ -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");
}