Commit ee7306f
committed
Avoid collision in
When exporting `Display` to bindings, Swift will add a `description`
method to the respective object. Unfortunately, this collides with
`Bolt11Invoice::description`, which we therefore rename to
`Bolt11Invoice::invoice_description`.Bolt11Invoice::description
1 parent 8c9a484 commit ee7306f
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
728 | 728 | | |
729 | 729 | | |
730 | 730 | | |
731 | | - | |
| 731 | + | |
732 | 732 | | |
733 | 733 | | |
734 | 734 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
531 | 531 | | |
532 | 532 | | |
533 | 533 | | |
534 | | - | |
| 534 | + | |
535 | 535 | | |
536 | 536 | | |
537 | 537 | | |
| |||
0 commit comments