You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- mandates no panicking code (eg. `unwrap()`, `expect()`, `panic!()`,
etc) used in production; tests are allowed to panic.
- ensures all public API has a doc comment. Any public API missing a doc
comment now has a one.
- collapsed single-file submodules into a normal submodule (eg.
`common_fs/mod.rs` becomes just `common_fs.rs`)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **New Features**
* Added REST client helpers for debug checks and log-group start/end.
* **Bug Fixes / Improvements**
* Safer comment generation with fallible error propagation.
* Filtered out invalid zero line numbers when computing added-line
ranges.
* Tests adjusted to allow certain test-only unwrap/expect usage.
* **Documentation**
* Expanded Rustdoc comments across CLI, error types, and tooling
modules.
* **Refactor**
* Hardened crate linting and made the git-related module internal.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
0 commit comments