We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2869921 commit d8d0c98Copy full SHA for d8d0c98
crates/maelstrom-client-process/src/lib.rs
@@ -12,7 +12,7 @@ mod util;
12
13
pub use maelstrom_util::process::clone_into_pid_and_user_namespace;
14
15
-use anyhow::{Error, Result};
+use anyhow::Result;
16
use futures::stream::{self, StreamExt as _};
17
use maelstrom_client_base::proto::client_process_server::ClientProcessServer;
18
use maelstrom_linux::{self as linux, Sighandler, Signal, UnixStream};
0 commit comments