cargo fmt + clippy
All checks were successful
Build and test / check (push) Successful in 1m55s
Build and test / build (push) Successful in 1m59s
Build and test / test (push) Successful in 2m30s

This commit is contained in:
2024-04-30 02:13:57 +02:00
parent 7bcd3fc1ec
commit 3be7b2bda6
10 changed files with 134 additions and 138 deletions

View File

@@ -1,4 +1,3 @@
use env_logger;
use mpvipc::{Error as MpvError, Mpv, MpvExt};
#[tokio::main]