Commit 0062339
authored
refactor(types): derive MultiMessageAggregateError with thiserror (#428)
Addresses [review feedback on
#426](#426 (comment))
left after merge: use `thiserror` instead of manual `Display` /
`std::error::Error` impls for `MultiMessageAggregateError`.
No behavior change; the error message is identical.1 parent 8ee2c79 commit 0062339
1 file changed
Lines changed: 2 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | 87 | | |
97 | 88 | | |
98 | 89 | | |
| |||
0 commit comments