We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8037825 commit f067909Copy full SHA for f067909
src/juno_module.rs
@@ -56,7 +56,7 @@ impl JunoModule {
56
}
57
58
#[cfg(target_family = "windows")]
59
- pub fn from_unix_socket(socket_path: &str) -> Self {
+ pub fn from_unix_socket(_: &str) -> Self {
60
panic!("Unix sockets are not supported on windows");
61
62
0 commit comments