Fix other warnings
Dependencies
- [2]
GVI6M6SCSend ping to custom jid - [3]
TGO4TIWUFix README - [4]
RNQTHBRIAccept all previous HTTP API - [5]
OX5ZPQRFUpdate tokio to 1.* - [6]
EVIOKGS2Don''t break threads and channel after disconnection - [7]
3RMEABMUPrepare to add HTTP API to ping cutom jids - [8]
S7A7LHUNFix some warnings
Change contents
- replacement in src/xmpp/xmpp_connection.rs at line 575
Err(account) => {}Err(_account) => {} - replacement in src/xmpp/xmpp_connection.rs at line 884
Either::Left((stop, s)) => break (Ok(self), Either::Right(stop)),Either::Left((stop, _s)) => break (Ok(self), Either::Right(stop)), - replacement in src/xmpp/xmpp_connection.rs at line 960
Either::Left(((), send_future)) => None,Either::Left(((), _send_future)) => None, - replacement in src/xmpp/mod.rs at line 39
(Ok(conn), Either::Right(None)) => break Ok(()),(Ok(_conn), Either::Right(None)) => break Ok(()), - replacement in src/xmpp/mod.rs at line 49
(Err(acc), Either::Right(None)) => break Ok(()),(Err(_acc), Either::Right(None)) => break Ok(()), - replacement in src/main.rs at line 158
Err(e) => Response::builder()Err(_) => Response::builder() - replacement in src/main.rs at line 192
Err(e) => Response::builder()Err(_) => Response::builder() - replacement in src/main.rs at line 221
Err(e) => Response::builder()Err(_) => Response::builder()