Fix warning in windows
This commit is contained in:
parent
0ad0fb1a56
commit
c6aa657b4c
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ impl ReverseConnection {
|
|||
))
|
||||
}
|
||||
|
||||
pub async fn send(&mut self, message: Message) -> Result<()> {
|
||||
pub async fn send(&mut self, _message: Message) -> Result<()> {
|
||||
use anyhow::anyhow;
|
||||
Err(anyhow!(
|
||||
"Server-side operations are not supported on this platform"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue