mirror of
https://codeberg.org/demostf/sync.git
synced 2026-06-03 16:44:07 +02:00
clippy
This commit is contained in:
parent
2cc5e05e18
commit
e3ca217ede
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ impl Server {
|
|||
}
|
||||
}
|
||||
|
||||
fn handle_command<'a>(&self, command: SyncCommand<'_>, sender: SocketAddr) {
|
||||
fn handle_command(&self, command: SyncCommand, sender: SocketAddr) {
|
||||
match &command {
|
||||
SyncCommand::Create { session, token } => {
|
||||
self.sessions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue