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

@ -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(())
}