Commit 0f5a0fd
committed
Don't req a clone-able
`LSPS2ServiceHandler` currently requires that the `Deref` to a
`ChannelManager` be `Clone`, but doesn't use it for anything. This
upsets the bindings somewhat as they generate a wrapper struct
which implements `Deref` (as it holds a pointer) but does not
implement `Clone` (as the inner object cannot be cloned.
Thus, we simply remove the additional bound here.ChannelManager in LSPS2ServiceHandler
1 parent dfb7ce6 commit 0f5a0fd
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
554 | 554 | | |
555 | 555 | | |
556 | 556 | | |
557 | | - | |
| 557 | + | |
558 | 558 | | |
559 | 559 | | |
560 | 560 | | |
| |||
568 | 568 | | |
569 | 569 | | |
570 | 570 | | |
571 | | - | |
| 571 | + | |
572 | 572 | | |
573 | 573 | | |
574 | 574 | | |
| |||
1350 | 1350 | | |
1351 | 1351 | | |
1352 | 1352 | | |
1353 | | - | |
| 1353 | + | |
1354 | 1354 | | |
1355 | 1355 | | |
1356 | 1356 | | |
| |||
0 commit comments