fix allow trailing comma in

master
Avril 3 years ago
parent f67d487a84
commit 6af0d8a470
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -1,6 +1,6 @@
[package]
name = "ad-hoc-iter"
version = "0.2.2"
version = "0.2.3"
description = "Ad-hoc exact size owning iterator macro and other optional utils"
repository = "https://git.flanchan.moe/flanchan/ad-hoc-iter"
keywords = ["iterator", "macro", "iter"]

@ -69,7 +69,7 @@
}
};
($($value:expr),*) => {
($($value:expr),* $(,)?) => {
{
use ::std::mem::MaybeUninit;
use ::std::ops::Drop;

Loading…
Cancel
Save