From 427ce16023613536b8176e6dee7c1580a5980c97 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 23 Oct 2025 02:24:29 +0200 Subject: feat(treewide): Make usage more intuitive --- rocie-macros/src/form/mod.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'rocie-macros/src/form/mod.rs') diff --git a/rocie-macros/src/form/mod.rs b/rocie-macros/src/form/mod.rs index 7abd8f6..b165750 100644 --- a/rocie-macros/src/form/mod.rs +++ b/rocie-macros/src/form/mod.rs @@ -28,7 +28,10 @@ pub enum ParsedChild { rust_type: Type, options: Expr, // Vec<(String, Uuid)> }, - Show { when: Expr, children: Vec }, + Show { + when: Expr, + children: Vec, + }, } #[derive(Debug)] -- cgit 1.4.1