We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64d3146 commit 454bdd0Copy full SHA for 454bdd0
examples/stream_server.rs
@@ -138,8 +138,7 @@ async fn main() -> Result<()> {
138
139
// Create server
140
#[cfg(unix)]
141
- let mut server = IpcStreamServer::with_config(&ipc_path, config)?
142
- .with_listener_mode(0o666);
+ let mut server = IpcStreamServer::with_config(&ipc_path, config)?.with_listener_mode(0o666);
143
144
#[cfg(windows)]
145
let mut server = IpcStreamServer::with_config(&ipc_path, config)?
0 commit comments