Merge remote-tracking branch 'upstream/main' into split/08-parley-text
# Conflicts: # core/src/render/primitive.rs
This commit is contained in:
commit
1a027813f5
1 file changed
-1
@@ -93,7 +93,6 @@ macro_rules! primitives {
|
|||||||
}
|
}
|
||||||
)*
|
)*
|
||||||
};
|
};
|
||||||
// Preserve the whitespace-separated token shape across recursion.
|
|
||||||
(@count $t1:tt $($t:tt)+) => { 1 + primitives!(@count $($t)+) };
|
(@count $t1:tt $($t:tt)+) => { 1 + primitives!(@count $($t)+) };
|
||||||
(@count $t:tt) => { 1 };
|
(@count $t:tt) => { 1 };
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in new issue
Block a user