Commit 73d5250
fix(ledger-core): remove conflicting From impl in ingest.rs (#93)
From<&TransactionInput> for DocumentFields conflicted with Rust's blanket
TryFrom via Into. Keep only TryFrom (the fallible parse-aware version).
Co-authored-by: Claude Sonnet (coordinator) <coordinator@promptexecution.com.au>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 53debf5 commit 73d5250
1 file changed
Lines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | 111 | | |
119 | 112 | | |
120 | 113 | | |
| |||
0 commit comments