From 444800b5a6ab225cc9dfa3f2169c9683aadad061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Fri, 5 Feb 2021 22:23:07 +0100 Subject: [PATCH] cargo fix --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 5c5fb4a..4097e66 100644 --- a/src/main.rs +++ b/src/main.rs @@ -36,7 +36,7 @@ fn _main() -> anyhow::Result<()> { default: None })?; - let PrepHours = store.define_property(model::PropertyModel { + let _PrepHours = store.define_property(model::PropertyModel { id: Default::default(), parent_tpl_id: Recipe, name: "prep_hours".to_string(),