about summary refs log tree commit diff
path: root/library/stdarch/crates/std_detect
diff options
context:
space:
mode:
authorgnzlbg <gonzalobg88@gmail.com>2019-09-18 09:09:28 +0200
committergnzlbg <gnzlbg@users.noreply.github.com>2019-09-18 12:09:07 +0200
commit579e4cc655d36a2eb7f25bc327ce6979f0fc96c3 (patch)
treef8033f7d44d1e707290ae88a5318cca854276d13 /library/stdarch/crates/std_detect
parent88fe414dd38bd1e2c02937fc9d0b55900e1c8015 (diff)
downloadrust-579e4cc655d36a2eb7f25bc327ce6979f0fc96c3.tar.gz
rust-579e4cc655d36a2eb7f25bc327ce6979f0fc96c3.zip
std_detect_env_override should be disabled by default
Diffstat (limited to 'library/stdarch/crates/std_detect')
-rw-r--r--library/stdarch/crates/std_detect/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/stdarch/crates/std_detect/Cargo.toml b/library/stdarch/crates/std_detect/Cargo.toml
index 857d8a5b9b9..c68005c701c 100644
--- a/library/stdarch/crates/std_detect/Cargo.toml
+++ b/library/stdarch/crates/std_detect/Cargo.toml
@@ -31,7 +31,7 @@ auxv = "0.3.3"
 cupid = "0.6.0"
 
 [features]
-default = [ "std_detect_dlsym_getauxval", "std_detect_file_io", "std_detect_env_override" ]
+default = [ "std_detect_dlsym_getauxval", "std_detect_file_io" ]
 std_detect_file_io = []
 std_detect_dlsym_getauxval = [ "libc" ]
 std_detect_env_override = []