Checkpoint

This commit is contained in:
Nathan Sobo 2023-10-21 18:48:30 +02:00
parent 2e2825ae98
commit 89f4718ea1
2 changed files with 37 additions and 34 deletions

View file

@ -47,7 +47,7 @@ pub fn connect_to_cli(
pub struct AppState;
pub async fn handle_cli_connection(
(mut requests, responses): (mpsc::Receiver<CliRequest>, IpcSender<CliResponse>),
(mut requests, _responses): (mpsc::Receiver<CliRequest>, IpcSender<CliResponse>),
_app_state: Arc<AppState>,
mut _cx: AsyncAppContext,
) {