mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 14:49:06 -04:00
Lint2
This commit is contained in:
@@ -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])*
|
||||
|
||||
Reference in New Issue
Block a user