diff --git a/src/reverse.rs b/src/reverse.rs index f717dd9..971d274 100644 --- a/src/reverse.rs +++ b/src/reverse.rs @@ -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"