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 ec521ec commit eb21671Copy full SHA for eb21671
library/std/Cargo.toml
@@ -131,7 +131,7 @@ std_detect_dlsym_getauxval = ["std_detect/std_detect_dlsym_getauxval"]
131
# Enable using raw-dylib for Windows imports.
132
# This will eventually be the default.
133
windows_raw_dylib = ["windows-targets/windows_raw_dylib"]
134
-windows_unix_domain_sockets = []
+
135
[package.metadata.fortanix-sgx]
136
# Maximum possible number of threads when testing
137
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