Remove trailing semicolon from macro expression (#1080)

Unblocks https://github.com/rust-lang/rust/pull/83089
This commit is contained in:
Aaron Hill 2021-03-13 14:51:54 -05:00 committed by GitHub
parent b132a5c769
commit 41bfaf89bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ macro_rules! features {
};
)*
$(
($bind_feature) => { $macro_name!($feature_impl); };
($bind_feature) => { $macro_name!($feature_impl) };
)*
$(
($nort_feature) => {