We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent febd55a commit 74c1f0bCopy full SHA for 74c1f0b
library/std/Cargo.toml
@@ -134,7 +134,7 @@ std_detect_dlsym_getauxval = ["std_detect/std_detect_dlsym_getauxval"]
134
# Enable using raw-dylib for Windows imports.
135
# This will eventually be the default.
136
windows_raw_dylib = ["windows-targets/windows_raw_dylib"]
137
-windows_unix_domain_sockets = []
+
138
[package.metadata.fortanix-sgx]
139
# Maximum possible number of threads when testing
140
threads = 125
library/std/src/os/windows/mod.rs
@@ -29,7 +29,6 @@
29
pub mod ffi;
30
pub mod fs;
31
pub mod io;
32
-#[cfg(windows)]
33
pub mod net;
34
pub mod process;
35
pub mod raw;
0 commit comments