Add mut support (#1232)

This commit is contained in:
fewensa
2021-11-30 19:47:25 +08:00
committed by Bastian Köcher
parent 5beeb9b4d6
commit 26c5a35d7a
6 changed files with 6 additions and 6 deletions
@@ -37,7 +37,7 @@ impl RelayStrategy for AltruisticStrategy {
SourceClient: MessageLaneSourceClient<P>,
TargetClient: MessageLaneTargetClient<P>,
>(
&self,
&mut self,
_reference: &mut RelayReference<P, SourceClient, TargetClient>,
) -> bool {
true