diff --git a/crates/egui/src/atomics/atom_kind.rs b/crates/egui/src/atomics/atom_kind.rs index 601b4e7b9..019fe31bc 100644 --- a/crates/egui/src/atomics/atom_kind.rs +++ b/crates/egui/src/atomics/atom_kind.rs @@ -71,7 +71,7 @@ pub enum AtomKind<'a> { /// /// The nested layout is measured (sized) when the parent is sized, and painted (and /// interacted with) at the cell rect the parent computes for it. - Layout(Box>), + Layout(Box>), } impl Clone for AtomKind<'_> {