Commit b6b2fea
committed
Merge #481: Make numeric error conversion consistent
294b0e5 Make numeric error conversion consistent (Jamil Lambert, PhD)
Pull request description:
Most of the repo uses a bare `?` operator in numeric type conversion, but some places use `.map_err(E::Numeric)?`.
Use the bare `?` operator everywhere for consistency.
ACKs for top commit:
tcharding:
ACK 294b0e5
Tree-SHA512: 33aa57acf496915a762f5ef38ae9d987e2ce10c1bf067779c91c275420dc633388660f7f44d2f0e140e433ebcf769bd167fd8d356f08cf694c439b231ffcdbd72 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
| 179 | + | |
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
| 185 | + | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| |||
0 commit comments