Rust: Remove experimental flag to codeql_pack rule - #22530
Conversation
There was a problem hiding this comment.
Copilot review overview
🟢 Approval recommended
The focused change has been fully reviewed with no unresolved issues.
Review tier: Balanced
Findings: None
What changed in this PR
Removes obsolete experimental packaging for the stable Rust extractor.
Changes:
- Removes the
experimentalflag. - Stops generating the duplicate
experimental/rustpack.
| File | Description |
|---|---|
rust/BUILD.bazel |
Removes the experimental flag from the Rust pack definition. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
redsun82
left a comment
There was a problem hiding this comment.
Hmm, I'm actually surprised this is still around, and the rust package has long not been in the experimental directory in the release. I suspect this might have become a no-op, but in the meantime it definitely needs to go here 🙂 thanks for spotting this!
|
ah, I see, |
I'm guessing we no longer need this. @redsun82 should probably confirm :)