From 67406a9c48477d0fce8a5df2c4e8d902a698e8e8 Mon Sep 17 00:00:00 2001 From: taitep Date: Sat, 27 Dec 2025 11:55:19 +0100 Subject: Fix some warnings --- src/core/commands.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/core/commands.rs') diff --git a/src/core/commands.rs b/src/core/commands.rs index 93bdd1e..3fe913b 100644 --- a/src/core/commands.rs +++ b/src/core/commands.rs @@ -1,7 +1,5 @@ -use std::sync::mpsc; - use crate::gdb; pub enum CoreCmd { - EnterDbgMode(mpsc::Receiver), + EnterDbgMode(gdb::DebugStream), } -- cgit v1.2.3