[worker:deadcode:rust] remove unused bytes and uuid deps from minimald - #308
Conversation
Remove bytes and uuid dependencies from crates/minimald/Cargo.toml. Neither crate is imported anywhere in the minimald source tree. Detected by cargo-machete. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
📝 WalkthroughWalkthroughThis PR removes two unused workspace dependencies ( ChangesDependency cleanup
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related issues
Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
Warning Review ran into problems🔥 ProblemsStopped waiting for pipeline failures after 30000ms. One of your pipelines takes longer than our 30000ms fetch window to run, so review may not consider pipeline-failure results for inline comments if any failures occurred after the fetch window. Increase the timeout if you want to wait longer or run a Comment |
Issue #301 identified two unused dependencies in
crates/minimald/Cargo.tomlvia cargo-machete:bytes— nouse bytes::found anywhere incrates/minimald/src/uuid— nouse uuid::found anywhere incrates/minimald/src/This PR removes both entries from
[dependencies]and regeneratesCargo.lock.Verification
cargo fmt --all --check— no diffcargo clippy --workspace --all-targets—Finished dev profile, 0 warningscargo test --workspace --all-targets— all tests passed, 0 failurescargo build --workspace --all-targets --locked— exit 0Closes #301
Summary by CodeRabbit