From d15a9b71766bed7c883b839ecd74ebb3244a3053 Mon Sep 17 00:00:00 2001 From: "kaosat.dev" Date: Tue, 13 Aug 2024 02:21:53 +0200 Subject: [PATCH] chore(): more of the same --- crates/blenvy/src/registry/export_types.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/blenvy/src/registry/export_types.rs b/crates/blenvy/src/registry/export_types.rs index 44dda82..4319ce5 100644 --- a/crates/blenvy/src/registry/export_types.rs +++ b/crates/blenvy/src/registry/export_types.rs @@ -229,8 +229,9 @@ fn add_min_max( field_index: usize, variant_index: Option, ) -> Value { - #[cfg(feature = "support-inspector")] - fn get_min_max( + + + /*fn get_min_max( reg: &TypeRegistration, field_index: usize, variant_index: Option, @@ -252,9 +253,8 @@ fn add_min_max( }) .and_then(|o| o.downcast_ref::>()) .map(|num| (num.min, num.max)) - } + }*/ - #[cfg(not(feature = "support-inspector"))] fn get_min_max( _reg: &TypeRegistration, _field_index: usize,