Commit c3a1ffb
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 0cf6aca commit c3a1ffb
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 | | |
| |||
1355 | 1355 | | |
1356 | 1356 | | |
1357 | 1357 | | |
1358 | | - | |
| 1358 | + | |
1359 | 1359 | | |
1360 | 1360 | | |
1361 | 1361 | | |
| |||
0 commit comments