ref -> rev; fix some warns; cov 33.46%

This commit is contained in:
🪞👃🪞 2025-03-04 01:12:37 +02:00
parent bcc3f5809e
commit 60e4bb49b2
14 changed files with 43 additions and 43 deletions

View file

@ -4,4 +4,4 @@ edition = "2021"
version = "0.2.0"
[dependencies]
jack = { git = "https://codeberg.org/unspeaker/rust-jack", ref = "a13c1c4" }
jack = { git = "https://codeberg.org/unspeaker/rust-jack", rev = "a13c1c4" }

View file

@ -33,7 +33,7 @@ pub trait HasJack {
}
Ok(())
}
fn sync_follow (&self, enable: bool) -> Usually<()> {
fn sync_follow (&self, _enable: bool) -> Usually<()> {
// TODO: sync follow
Ok(())
}