Skip to content

Commit 18bee6e

Browse files
committed
Add missing import in the noop impl.
1 parent 4deae50 commit 18bee6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/process.rs

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

872873
//-------- Process -------------------------------------------------------

0 commit comments

Comments
 (0)