diff options
Diffstat (limited to 'library/stdarch/crates/std_detect')
| -rw-r--r-- | library/stdarch/crates/std_detect/src/detect/macros.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/stdarch/crates/std_detect/src/detect/macros.rs b/library/stdarch/crates/std_detect/src/detect/macros.rs index b9dbf9184ec..2607e07bf37 100644 --- a/library/stdarch/crates/std_detect/src/detect/macros.rs +++ b/library/stdarch/crates/std_detect/src/detect/macros.rs @@ -18,7 +18,7 @@ macro_rules! features { }; )* $( - ($bind_feature) => { $macro_name!($feature_impl); }; + ($bind_feature) => { $macro_name!($feature_impl) }; )* $( ($nort_feature) => { |
