Remove trailing semicolon from macro expression (#1080)
Unblocks https://github.com/rust-lang/rust/pull/83089
This commit is contained in:
@@ -18,7 +18,7 @@ macro_rules! features {
|
||||
};
|
||||
)*
|
||||
$(
|
||||
($bind_feature) => { $macro_name!($feature_impl); };
|
||||
($bind_feature) => { $macro_name!($feature_impl) };
|
||||
)*
|
||||
$(
|
||||
($nort_feature) => {
|
||||
|
||||
Reference in New Issue
Block a user