fix: replace todo!() with Ok(())
This commit is contained in:
parent
594e91b8a1
commit
7461b8ea30
1 changed files with 1 additions and 1 deletions
|
|
@ -41,5 +41,5 @@ pub async fn send_disconnect(
|
|||
.await
|
||||
.map_err(|_| "failed to *send* disconnect packet")?;
|
||||
client_stream.flush().await.map_err(|e| e.to_string())?;
|
||||
todo!()
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue