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 fb6ea98 commit ade6b2dCopy full SHA for ade6b2d
crates/std_detect/Cargo.toml
@@ -31,7 +31,7 @@ auxv = "0.3.3"
31
cupid = "0.6.0"
32
33
[features]
34
-default = [ "std_detect_dlsym_getauxval", "std_detect_file_io", "std_detect_env_override" ]
+default = [ "std_detect_dlsym_getauxval", "std_detect_file_io" ]
35
std_detect_file_io = []
36
std_detect_dlsym_getauxval = [ "libc" ]
37
std_detect_env_override = []
0 commit comments