Commit 4c3fa48
refactor(error): add From<regex::Error> impl for Error (#340)
## Summary
- Add `Regex` variant to `Error` enum with `#[from] regex::Error`
- Handle new variant in `error_kind()` match in tool.rs
Closes #319
## Test plan
- [x] `cargo build` succeeds
- [x] `cargo test --all-features` passes (all 69 tests pass)
Co-authored-by: Claude <noreply@anthropic.com>1 parent 7e67f6b commit 4c3fa48
2 files changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
52 | 56 | | |
53 | 57 | | |
54 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
671 | 671 | | |
672 | 672 | | |
673 | 673 | | |
| 674 | + | |
674 | 675 | | |
675 | 676 | | |
676 | 677 | | |
| |||
0 commit comments