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:15:14 +02:00
parent 24ee6fe756
commit 5315415235

View File

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