Skip to content

Commit 3efcf72

Browse files
committed
Remove unnecessary trailing semicolon
1 parent d77477e commit 3efcf72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/sys/unix/ext/net/ancillary.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ impl<'a> Iterator for Messages<'a> {
400400
target_os = "netbsd",
401401
target_os = "openbsd",
402402
))] {
403-
msg.msg_controllen = self.buffer.len() as libc::socklen_t;;
403+
msg.msg_controllen = self.buffer.len() as libc::socklen_t;
404404
}
405405
}
406406

0 commit comments

Comments
 (0)