Skip to content

Commit 52a03e5

Browse files
committed
Update rand requirement from 0.8 to 0.9
1 parent e2544eb commit 52a03e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/syscall/unix/connect.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ impl<I: ConnectSyscall> ConnectSyscall for NioConnectSyscall<I> {
8484
set_errno(err);
8585
r = -1;
8686
break;
87-
};
87+
}
8888
unsafe {
8989
let mut address = std::mem::zeroed();
9090
let mut address_len = socklen_t::try_from(size_of_val(&address)).expect("overflow");

0 commit comments

Comments
 (0)