Skip to content

Commit 74c1f0b

Browse files
committed
remove useless
1 parent febd55a commit 74c1f0b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

library/std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ std_detect_dlsym_getauxval = ["std_detect/std_detect_dlsym_getauxval"]
134134
# Enable using raw-dylib for Windows imports.
135135
# This will eventually be the default.
136136
windows_raw_dylib = ["windows-targets/windows_raw_dylib"]
137-
windows_unix_domain_sockets = []
137+
138138
[package.metadata.fortanix-sgx]
139139
# Maximum possible number of threads when testing
140140
threads = 125

library/std/src/os/windows/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
pub mod ffi;
3030
pub mod fs;
3131
pub mod io;
32-
#[cfg(windows)]
3332
pub mod net;
3433
pub mod process;
3534
pub mod raw;

0 commit comments

Comments
 (0)