node: use `outbound.get` over `outbound.get_mut`
The following block did not need mutable access to the outbound
value.
To avoid confusion around mutable access, the call was downgraded to
get so that the reader can safely know there is no mutation
happening.
1 file changed
+1
-1
b8a6e1a5
→
a46f8eb1
modified crates/radicle-node/src/wire.rs
@@ -576,7 +576,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|