Conversation
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
💤 Files with no reviewable changes (1)
WalkthroughThis PR bumps the Rust toolchain from 1.93.1 to 1.94.0 across the repo: rust-toolchain.toml, CI workflows (.github/workflows/beta.yml, preview.yml, release.yml), and Dockerfile.benchmark. Additionally, it removes a crate-level Clippy expectation in crates/biome_js_analyze/tests/spec_tests.rs and replaces a checked_sub(1).unwrap_or_default() with saturating_sub(1) in crates/biome_migrate/src/analyzers/includes.rs. No API or control-flow changes detected. Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Merging this PR will not alter performance
Comparing Footnotes
|
Summary
Rust bump
Test Plan
Docs