Commit df66945
committed
fix: resolve rebase conflict in to_proto.rs after TryCastExpr hooks merged
After apache#22550 landed on main, the Literal downcast arm removal conflicted
with the TryCastExpr arm that was also removed there. Resolution: drop
both the Literal and TryCastExpr downcast arms since both now use
try_to_proto hooks.1 parent 237e503 commit df66945
1 file changed
Lines changed: 0 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
346 | | - | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | | - | |
351 | | - | |
352 | | - | |
353 | | - | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | | - | |
363 | | - | |
364 | | - | |
365 | | - | |
366 | | - | |
367 | 346 | | |
368 | 347 | | |
369 | 348 | | |
| |||
0 commit comments