mirror of
https://github.com/AleoHQ/leo.git
synced 2025-01-01 22:36:52 +03:00
clippy: fix unit_arg
Signed-off-by: ljedrz <ljedrz@gmail.com>
This commit is contained in:
parent
c09b7eb3b1
commit
87f7d748a8
@ -57,8 +57,7 @@ impl CLI for WatchCommand {
|
|||||||
match rx.recv() {
|
match rx.recv() {
|
||||||
// See changes on the write event
|
// See changes on the write event
|
||||||
Ok(DebouncedEvent::Write(_write)) => {
|
Ok(DebouncedEvent::Write(_write)) => {
|
||||||
let options = ();
|
match BuildCommand::output(()) {
|
||||||
match BuildCommand::output(options) {
|
|
||||||
Ok(_output) => {
|
Ok(_output) => {
|
||||||
tracing::info!("Built successfully");
|
tracing::info!("Built successfully");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user