Remove trailing semicolon from macro expression (#1080)
Unblocks https://github.com/rust-lang/rust/pull/83089
This commit is contained in:
parent
b132a5c769
commit
41bfaf89bf
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ macro_rules! features {
|
|||
};
|
||||
)*
|
||||
$(
|
||||
($bind_feature) => { $macro_name!($feature_impl); };
|
||||
($bind_feature) => { $macro_name!($feature_impl) };
|
||||
)*
|
||||
$(
|
||||
($nort_feature) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue