Skip to content

Commit ce5d8ae

Browse files
committed
More missing imports.
1 parent 18bee6e commit ce5d8ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/process.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ mod noop {
867867
use crate::error::Failed;
868868
use clap::builder::FalseyValueParser;
869869
use serde::{Deserialize, Serialize};
870-
use std::net::SocketAddr;
870+
use std::net::{SocketAddr, TcpListener, UdpSocket};
871871
use std::path::{PathBuf, StripPrefixError};
872872

873873
//-------- Process -------------------------------------------------------

0 commit comments

Comments
 (0)