Removed: Delete dead-code utilities from util.rs#99
Conversation
- Remove `format_numbered_line` and `truncate_text` (only used in own tests) - Remove `LIKELY_CHARS_PER_LINE_MAX` (zero references)
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
📜 Recent review details⏰ 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). (12)
WalkthroughThis pull request removes three public exports from the utility module: the constant 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #99 +/- ##
=======================================
Coverage 81.37% 81.38%
=======================================
Files 108 108
Lines 4479 4469 -10
=======================================
- Hits 3645 3637 -8
+ Misses 834 832 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
Summary
format_numbered_lineandtruncate_textfromllm-coding-tools-core/src/util.rs- both were only referenced in their own test block, never used in production codeLIKELY_CHARS_PER_LINE_MAXconstant - zero references anywhere in the codebase