Fix warnings surfaced in Rust 1.71
This commit is contained in:
parent
4c7d60ed13
commit
a127b0d3e6
7 changed files with 5 additions and 9 deletions
|
@ -183,7 +183,7 @@ async fn apply_server_operation(
|
|||
let username;
|
||||
{
|
||||
let mut plan = plan.lock();
|
||||
let mut user = plan.user(user_id);
|
||||
let user = plan.user(user_id);
|
||||
if user.online {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue