style(bios): rustfmt M1-16 Path B sources (fix CI fmt failure on main)#2
Conversation
Re-flows trailing comments and wraps the CI fmt job flagged on PR #1. No semantic changes. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Warning Rate limit exceeded
To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (5)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
CI clippy flagged four lints in the new walker: - `manual_range_contains` × 2 → `(2..FAT32_END_OF_CHAIN).contains(&cluster)` / `!(2..FAT32_END_OF_CHAIN).contains(&cluster)`. - `manual_is_ascii_check` × 2 → `is_ascii_uppercase` / `is_ascii_lowercase`. Plus an `identity_op` (`x + 0x00`) in the LFN test fixture and the rustfmt re-flow that came with replacing the longer literals. No semantic change; 9/9 host walker tests + bios-boot-smoke all still pass locally. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Follow-up to #1: applies `cargo fmt --all` to the four M1-16 Path B
source files where rustfmt diffs were flagged after the merge.
`fmt` is now clean locally; should unblock the rest of the
`ci` matrix on `main`.
No semantic changes — trailing-comment alignment plus a few wraps.
🤖 Generated with Claude Code