Skip to content

Commit e0e4b14

Browse files
committed
fix test
Signed-off-by: kerthcet <kerthcet@gmail.com>
1 parent 0df3dff commit e0e4b14

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

server/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Allow dead code and unused imports for MVP
22
#![allow(dead_code)]
3+
#![allow(non_local_definitions)]
34

45
mod protocol;
56
mod registry;
@@ -16,7 +17,7 @@ use tracing_subscriber;
1617
use uuid::Uuid;
1718

1819
use protocol::Message;
19-
use registry::{CommandResult, DaemonRegistry};
20+
use registry::DaemonRegistry;
2021
use server::SandboxServer;
2122

2223
/// Python wrapper for the Rust server

0 commit comments

Comments
 (0)