Remove public interface now that cli is a different crate

This commit is contained in:
Félix Saparelli 2021-05-10 22:26:38 +12:00
parent 6e844cc29a
commit 668d931eac
No known key found for this signature in database
GPG Key ID: B948C4BAE44FC474
1 changed files with 0 additions and 3 deletions

View File

@ -1,8 +1,5 @@
use std::io::Write;
// until args.rs is removed from the lib
pub(crate) use watchexec::{config, error, run, Shell};
mod args;
fn main() -> error::Result<()> {