From 37cf2e6208e5b853dc23769a9f3bbc07ffa3bf47 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 12 Aug 2019 13:30:34 +0200 Subject: [PATCH] macro: fixup previous commit: remove hardcoded error Signed-off-by: Wolfgang Bumiller --- proxmox-api-macro/src/api_macro/enum_types.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/proxmox-api-macro/src/api_macro/enum_types.rs b/proxmox-api-macro/src/api_macro/enum_types.rs index e7384402..d808e79b 100644 --- a/proxmox-api-macro/src/api_macro/enum_types.rs +++ b/proxmox-api-macro/src/api_macro/enum_types.rs @@ -59,10 +59,6 @@ pub fn handle_enum(mut definition: Object, item: &mut syn::ItemEnum) -> Result