mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-28 00:38:11 +08:00
committed by
Keavon Chambers
parent
21ffb3571e
commit
2497a21737
@@ -79,7 +79,7 @@ macro_rules! match_variant_name {
|
|||||||
(match ($e:expr) { $($v:ident),* $(,)? }) => {
|
(match ($e:expr) { $($v:ident),* $(,)? }) => {
|
||||||
match $e {
|
match $e {
|
||||||
$(
|
$(
|
||||||
$v { .. } => stringify!(v)
|
$v { .. } => stringify!($v)
|
||||||
),*
|
),*
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user