Fix warning in windows

This commit is contained in:
John Doty 2024-08-08 21:13:14 -07:00
parent 0ad0fb1a56
commit c6aa657b4c

View file

@ -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"