mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
clippy fixes
This commit is contained in:
parent
f8253fb68e
commit
abe04b52d0
12 changed files with 101 additions and 104 deletions
|
|
@ -91,7 +91,7 @@ impl ActiveInstances {
|
|||
}
|
||||
|
||||
pub fn last(&self) -> Option<SocketAddr> {
|
||||
self.last.lock().unwrap().clone()
|
||||
*self.last.lock().unwrap()
|
||||
}
|
||||
|
||||
async fn update_last(&self) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue