Rerun rustfmt

This commit is contained in:
Alex Crichton
2018-12-14 12:44:51 -08:00
parent dfc233c613
commit ee0472520c

View File

@@ -37,9 +37,7 @@ pub fn simd_test(
TokenTree::Literal(tt) => tt.to_string(),
_ => panic!("expected #[simd_test(enable = \"feature\")]"),
};
let enable_feature = enable_feature
.trim_start_matches('"')
.trim_end_matches('"');
let enable_feature = enable_feature.trim_start_matches('"').trim_end_matches('"');
let target_features: Vec<String> = enable_feature
.replace('+', "")
.split(',')