Skip to content

Commit abc91f7

Browse files
committed
vey-socket: leave getsockopt as unused
1 parent e50316f commit abc91f7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/vey-socket/src/sockopt/windows.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ where
2828
}
2929
}
3030

31+
#[allow(unused)]
3132
unsafe fn getsockopt<T>(socket: WinSock::SOCKET, level: i32, name: i32) -> io::Result<T>
3233
where
3334
T: Copy,

0 commit comments

Comments
 (0)