mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 08:47:57 +00:00
Easy PR: Fix warnings from latest nightly (#14195)
* unneeded mut * remove needless borrows
This commit is contained in:
@@ -467,7 +467,7 @@ impl ConnectionHandler for NotifsHandler {
|
||||
match event {
|
||||
ConnectionEvent::FullyNegotiatedInbound(inbound) => {
|
||||
let (mut in_substream_open, protocol_index) = inbound.protocol;
|
||||
let mut protocol_info = &mut self.protocols[protocol_index];
|
||||
let protocol_info = &mut self.protocols[protocol_index];
|
||||
|
||||
match protocol_info.state {
|
||||
State::Closed { pending_opening } => {
|
||||
|
||||
Reference in New Issue
Block a user