Buttplug sex toy control library

chore: Fix dummy impl of spawn

So things stop throwing unhandled result errors

Fixes #737

+1 -1
+1 -1
crates/buttplug_core/src/util/async_manager/dummy.rs
··· 19 19 } 20 20 } 21 21 22 - pub fn spawn<Fut>(_: Fut) -> Result<(), SpawnError> 22 + pub fn spawn<Fut>(_: Fut) 23 23 where 24 24 Fut: Future<Output = ()> + Send + 'static, 25 25 {