Remove cargo install stub

This commit is contained in:
Félix Saparelli 2021-07-21 23:54:42 +12:00
parent 392547ffa4
commit d59a76182a
No known key found for this signature in database
GPG Key ID: B948C4BAE44FC474
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");
}