]> git.proxmox.com Git - ui/proxmox-yew-widget-toolkit.git/commitdiff
avoid compiler warning
authorDietmar Maurer <dietmar@proxmox.com>
Sat, 21 Oct 2023 13:21:48 +0000 (15:21 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Sat, 21 Oct 2023 13:21:48 +0000 (15:21 +0200)
src/widget/form/hidden.rs

index 0b02159281666e846cc2ab8a169c71fe2d043571..868b9ddb0aed9522e2c8c836da18163a51d81174 100644 (file)
@@ -83,7 +83,7 @@ impl ManagedField for HiddenField {
         }
     }
 
-    fn view(&self, ctx: &ManagedFieldContext<Self>) -> Html {
+    fn view(&self, _ctx: &ManagedFieldContext<Self>) -> Html {
         html!{}
     }
 }
\ No newline at end of file