Commit before working on minimal rustfmt error demo

This commit is contained in:
2025-01-13 09:18:26 +01:00
parent e0d246fe1f
commit f1f49bab8e
8 changed files with 174 additions and 68 deletions

View File

@@ -74,8 +74,6 @@ impl ExtPort for Subprocess {
send_msg(&mut *self.stdin.lock().unwrap(), msg).unwrap()
}
fn recv<'a>(&self, cb: Box<dyn FnOnce(&[u8]) + Send + 'a>) -> futures::future::BoxFuture<()> {
async {
}
async {}
}
}