chore: fix all cargo clippy suggestions#53
Conversation
Running: ``` % cargo --version cargo 1.86.0 (adf9b6ad1 2025-02-28) % cargo clippy --workspace --all-targets -- -D warnings ```
|
@berestovskyy looks like there are couple compile errors in bencher.rs |
Head branch was pushed to by a user without write access
afe2542 to
381e848
Compare
|
Thanks, @berkus, should be fixed now. It seems the CI strategy is to run |
|
Oh, we need to update clippy to run with all the combinations too. |
|
The clippy and rustfmt CI steps are currently disabled due to unreachable condition: I'd prefer to handle the CI configuration in a separate PR, as it's impossible to replicate locally and may require a few iterations (and potentially your help) to get it passing. Sounds good? |
|
Thanks for taking time to fix this! |
Running:
The
cargo clippyCI workflow will be enabled in a subsequent PR.