[worker:deadcode:rust] remove unused deps from minimal2 and minimald - #288
Merged
Merged
Conversation
Removes 6 cargo-machete-confirmed unused dependencies: - minimal2: dirs, futures, tokio-util, tracing - minimald: futures, tokio-util Closes #268 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
📝 WalkthroughWalkthroughThis PR removes unused workspace dependencies from two crates. In ChangesWorkspace Dependency Cleanup
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 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
Comment |
norrietaylor
enabled auto-merge (squash)
June 2, 2026 19:00
norrietaylor
approved these changes
Jun 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Drops 6
cargo-machete-confirmed unused dependencies identified in#268.crates/minimal2dirsdirs::usage insrc/main.rscrates/minimal2futuresfutures::usage insrc/main.rscrates/minimal2tokio-utiltokio_util::usage insrc/main.rscrates/minimal2tracingtracing::macro usage insrc/main.rs(onlytracing_subscriberused)crates/minimaldfuturesfutures::usage insrc/crates/minimaldtokio-utiltokio_util::usage insrc/Closes #268
Verification
cargo fmt --all --check: no diff detectedcargo clippy --workspace --all-targets: Finisheddevprofile — 0 warnings, exit 0cargo test --workspace --all-targets: 77 passed; 0 failed; 0 ignored (plus all other crate suites) — exit 0cargo build --workspace --all-targets --locked: Finisheddevprofile — exit 0Summary by CodeRabbit