Fix missing workspace lints & fix lints - #8781
joshuamegnauth54 wants to merge 1 commit into
Conversation
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
|
Navigate logical layers of code changes, visualize relationships, and explore their blast radius. No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: RustPython/RustPython/.coderabbit.yml Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (18)
💤 Files with no reviewable changes (3)
🚧 Files skipped from review as they are similar to previous changes (1)
Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review. 📝 WalkthroughWalkthroughThe pull request enables workspace lint inheritance, centralizes selected dependency versions, narrows internal Rust visibility, adds must-use annotations, updates equivalent type declarations, and applies mechanical iterator and ownership cleanups. ChangesRust workspace and API cleanup
Priority: ⬇️ Low Estimated code review effort: 3 (Moderate) | ~25 minutes Change: Other Suggested reviewers: Merge Risk: ⚪ Minimal · up to This PR enables workspace lints and applies API and mechanical cleanup changes without identified production behavior changes or unresolved merge-blocking risk. It is ready to merge after normal checks. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches 💡 1🧪 Generate unit tests (beta)
🛠️ Fix failing CI checks 💡
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Some of the workspace packages were missing the `[lints]` table. I enabled the lints then fixed the resulting errors.
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
50222f7 to
f0204e9
Compare
Some of the workspace packages were missing the
[lints]table. I enabled the lints then fixed the resulting errors.One of checkbox below must be checked.
Summary
[lints]table to a few Cargo.toml.Summary by CodeRabbit
Chores
Refactor
Behavior