This commit is contained in:
lucasmerlin
2026-06-02 17:18:10 +02:00
parent 64c54f307b
commit a1d45d6d31
+1 -1
View File
@@ -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<AtomLayout<'a>>),
Layout(Box<AtomLayout<'a>>),
}
impl Clone for AtomKind<'_> {