-
-
Notifications
You must be signed in to change notification settings - Fork 717
chore: upgrade to rust 1.90.0 #7642
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
WalkthroughThis change removes KeyframesItemBlockParseRecovery from the CSS keyframes parser, consolidating recovery on KeyframesItemListParseRecovery (recovered kind: CSS_BOGUS_KEYFRAMES_ITEM). The previous recovered kind CSS_BOGUS_BLOCK and its associated logic are dropped. In the JSON formatter tests, the TestOptions helper struct (with derives and cases field) is removed; the From for JsonFormatOptions implementation remains. The Rust toolchain is bumped from 1.89.0 to 1.90.0 in rust-toolchain.toml. Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (3)
💤 Files with no reviewable changes (2)
🧰 Additional context used📓 Path-based instructions (2)**/*.{rs,toml}📄 CodeRabbit inference engine (CONTRIBUTING.md)
Files:
**/*.toml📄 CodeRabbit inference engine (CONTRIBUTING.md)
Files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (24)
🔇 Additional comments (1)
Comment |
CodSpeed Performance ReportMerging #7642 will not alter performanceComparing Summary
Footnotes
|
Summary
Upgrade to the latest version of Rust, and apply new clippies.
Test Plan
CI should pass
Docs