formatting

This commit is contained in:
gnzlbg
2018-11-22 12:52:19 +01:00
committed by gnzlbg
parent 339bc65b61
commit 47286d6c06
5 changed files with 29 additions and 29 deletions

View File

@@ -91,7 +91,7 @@ pub fn simd_test(
};
q.to_tokens(&mut cfg_target_features);
}
let q = quote!{ true };
let q = quote! { true };
q.to_tokens(&mut cfg_target_features);
let test_norun = std::env::var("STDSIMD_TEST_NORUN").is_ok();