Rerun rustfmt
This commit is contained in:
parent
dfc233c613
commit
ee0472520c
1 changed files with 1 additions and 3 deletions
|
|
@ -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(',')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue