Skip to content

Commit d8d0c98

Browse files
committed
Fix a warning.
1 parent 2869921 commit d8d0c98

File tree

1 file changed

+1
-1
lines changed
  • crates/maelstrom-client-process/src

1 file changed

+1
-1
lines changed

crates/maelstrom-client-process/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ mod util;
1212

1313
pub use maelstrom_util::process::clone_into_pid_and_user_namespace;
1414

15-
use anyhow::{Error, Result};
15+
use anyhow::Result;
1616
use futures::stream::{self, StreamExt as _};
1717
use maelstrom_client_base::proto::client_process_server::ClientProcessServer;
1818
use maelstrom_linux::{self as linux, Sighandler, Signal, UnixStream};

0 commit comments

Comments
 (0)