summaryrefslogtreecommitdiffstats
path: root/vendor/packed_simd_2/build.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--vendor/packed_simd_2/build.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/vendor/packed_simd_2/build.rs b/vendor/packed_simd_2/build.rs
index 9bdc8b542..e87298a2d 100644
--- a/vendor/packed_simd_2/build.rs
+++ b/vendor/packed_simd_2/build.rs
@@ -1,6 +1,5 @@
fn main() {
- let target = std::env::var("TARGET")
- .expect("TARGET environment variable not defined");
+ let target = std::env::var("TARGET").expect("TARGET environment variable not defined");
if target.contains("neon") {
println!("cargo:rustc-cfg=libcore_neon");
}