Fix some warnings

This commit is contained in:
2025-12-27 11:55:19 +01:00
parent 9f8e9ec380
commit 67406a9c48
4 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,5 @@
use std::sync::mpsc;
use crate::gdb;
pub enum CoreCmd {
EnterDbgMode(mpsc::Receiver<gdb::DebugCommand>),
EnterDbgMode(gdb::DebugStream),
}