some clippy fixes

This commit is contained in:
2025-01-10 17:19:28 +01:00
parent cf55fe1504
commit f438e7e40f
6 changed files with 17 additions and 14 deletions

View File

@ -25,6 +25,8 @@ version = "0.4"
[dependencies.ringbuf]
version = "0.4.7"
default-features = false
git = "https://github.com/robamu/ringbuf.git"
branch = "remove-mut-on-split-ref"
features = ["portable-atomic"]
[dependencies.once_cell]