We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df3dff commit e0e4b14Copy full SHA for e0e4b14
1 file changed
server/src/lib.rs
@@ -1,5 +1,6 @@
1
// Allow dead code and unused imports for MVP
2
#![allow(dead_code)]
3
+#![allow(non_local_definitions)]
4
5
mod protocol;
6
mod registry;
@@ -16,7 +17,7 @@ use tracing_subscriber;
16
17
use uuid::Uuid;
18
19
use protocol::Message;
-use registry::{CommandResult, DaemonRegistry};
20
+use registry::DaemonRegistry;
21
use server::SandboxServer;
22
23
/// Python wrapper for the Rust server
0 commit comments