Skip to content

Commit f067909

Browse files
committed
Removed unnecessarry variable on window's unix-socket constructor
1 parent 8037825 commit f067909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/juno_module.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ impl JunoModule {
5656
}
5757

5858
#[cfg(target_family = "windows")]
59-
pub fn from_unix_socket(socket_path: &str) -> Self {
59+
pub fn from_unix_socket(_: &str) -> Self {
6060
panic!("Unix sockets are not supported on windows");
6161
}
6262

0 commit comments

Comments
 (0)