fabro/lib/crates/fabro-github
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(error): preserve source chains across workspace 2026-05-01 17:30:20 -04:00
Cargo.toml fix(error): preserve source chains across workspace 2026-05-01 17:30:20 -04:00