Remove obsolete README documentation references - #138
Conversation
|
Warning Review limit reached
Next review available in: 11 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. ✨ 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 |
There was a problem hiding this comment.
Pull request overview
Removes outdated sections from the README that referenced documentation paths deleted during the v3.0.0 cleanup, aiming to eliminate misleading text and dead local links while keeping current safety guidance intact.
Changes:
- Removed the historical diagnostics paragraph from “Safety and portability” that linked to removed local artifacts.
- Removed the now-empty “Migration and architecture” section, including stale migration/ADR links and v3-alpha compatibility wording.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| The unsafe constructors are explicitly named and require the caller to prove | ||
| UTF-8 validity. Safe byte constructors validate before creating text. | ||
|
|
Summary
Safety and portabilitybecause its localbench-resultsanddocstargets were deleted during the v3.0.0 cleanup.Migration and architecturesection, including seven dead migration/ADR links and the stale v3-alpha compatibility note.Why
The referenced documentation no longer exists in the repository, leaving the README with misleading descriptions and broken local links.
Impact
Documentation only. No Rust code, API, build configuration, or runtime behavior changes.
Check
git diff --checkREADME.mdand 23 obsolete lines.Closes #137