Skip to content

Commit ade6b2d

Browse files
committed
std_detect_env_override should be disabled by default
1 parent fb6ea98 commit ade6b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/std_detect/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ auxv = "0.3.3"
3131
cupid = "0.6.0"
3232

3333
[features]
34-
default = [ "std_detect_dlsym_getauxval", "std_detect_file_io", "std_detect_env_override" ]
34+
default = [ "std_detect_dlsym_getauxval", "std_detect_file_io" ]
3535
std_detect_file_io = []
3636
std_detect_dlsym_getauxval = [ "libc" ]
3737
std_detect_env_override = []

0 commit comments

Comments
 (0)