1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 14:49:06 -04:00
This commit is contained in:
lucasmerlin
2026-06-03 13:22:48 +02:00
parent 5315415235
commit 70683c6c99

View File

@@ -230,10 +230,10 @@ macro_rules! shared_container_builders {
(
$(
$(#[$meta:meta])*
fn $name:ident($self:ident, $($arg:ident: $arg_ty:ty),* $(,)?) $body:block
)*
) => {
impl<'a> ContainerAtom<'a> {
$(
$(#[$meta])*