fabro/lib/crates/fabro-github/src
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
..
testdata Use static RSA key fixture to fix fabro-github test timeouts 2026-03-29 13:47:09 -04:00
lib.rs refactor(error): drop String error shims and DisplayContains test traits 2026-05-01 19:35:22 -04:00