We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90ff6fc commit 78806d4Copy full SHA for 78806d4
library/std/src/os/windows/io/tests.rs
@@ -2,7 +2,7 @@
2
fn test_niche_optimizations_socket() {
3
use crate::mem::size_of;
4
use crate::os::windows::io::{
5
- BorrowedSocket, FromRawSocket, IntoRawSocket, OwnedSocket, OwnedSocket, RawSocket,
+ BorrowedSocket, FromRawSocket, IntoRawSocket, OwnedSocket, RawSocket,
6
};
7
8
assert_eq!(size_of::<Option<OwnedSocket>>(), size_of::<RawSocket>());
0 commit comments