fix: remove default-members in workspace#6279
Conversation
Signed-off-by: Anant Sharma <anants@nvidia.com>
Signed-off-by: Anant Sharma <anants@nvidia.com>
WalkthroughThis pull request removes the explicit Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Tip Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord. 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 |
grahamking
left a comment
There was a problem hiding this comment.
I was hoping someone would do this :-)
Overview:
Remove default-members from the Cargo workspace to eliminate the drift between default-members and members.
The default-members list was originally introduced to exclude packages (mainly dynamo-run) that are slow to build and are not shipped as flagship features.
Clippy fixes
closes: OPS-3275
Summary by CodeRabbit
Release Notes
Chores
Refactor
Tests