fabro/lib/crates/fabro-util
Bryan Helmkamp 3a7e9c49ff
refactor(error): drop String error shims and DisplayContains test traits
Follow-up to the workspace-wide error chain preservation: removes the
`From<String>` impl on `PullRequestApiError`, the unused `SharedError::as_anyhow`,
and the test-only `DisplayContains`/`DisplayStringExt` traits that papered over
String errors. Call sites now build `anyhow!` errors directly and tests stringify
errors explicitly via `.to_string()`.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-01 19:35:22 -04:00
..
src refactor(error): drop String error shims and DisplayContains test traits 2026-05-01 19:35:22 -04:00
tests fix(lints): resolve clippy errors after error-chain refactor 2026-04-27 11:37:09 -07:00
Cargo.toml refactor(redact): extract redaction into dedicated crate 2026-04-24 15:02:23 -04:00