chore: clippy, fmt, warnings (#64)

* clippy fixes

* fmt fixes

* mirgrate to 2024 and fix workspace warning

* fix profile

* rustfmt

---------

Co-authored-by: sinu <65924192+sinui0@users.noreply.github.com>
This commit is contained in:
th4s
2025-05-01 19:09:50 +02:00
committed by GitHub
parent 6168663495
commit 6c9c40e68a
43 changed files with 201 additions and 152 deletions

View File

@@ -12,6 +12,7 @@ members = [
"rangeset",
"rangeset/fuzz",
]
resolver = "3"
[workspace.dependencies]
futures-plex = { path = "futures-plex" }
@@ -44,3 +45,6 @@ tokio-serde = "0.8"
tokio-util = "0.7"
tracing = "0.1"
tracing-subscriber = "0.3"
[profile.release.package.rangeset-fuzz]
debug = 1