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,