Buttplug sex toy control library
20
fork

Configure Feed

Select the types of activity you want to include in your feed.

test: Fix up some dead code warnings

+2
+2
buttplug/tests/util/test_server.rs
··· 150 150 } 151 151 } 152 152 153 + #[allow(dead_code)] 153 154 pub async fn disconnect(&self) -> Result<(), ButtplugError> { 154 155 self.disconnect_notifier.notify_waiters(); 155 156 Ok(()) 156 157 } 157 158 159 + #[allow(dead_code)] 158 160 pub async fn shutdown(&self) -> Result<(), ButtplugError> { 159 161 self.server.shutdown().await?; 160 162 Ok(())