diff --git a/src/object/types.rs b/src/object/types.rs index 2f17ed6f03..7965c76023 100644 --- a/src/object/types.rs +++ b/src/object/types.rs @@ -15,19 +15,6 @@ impl ExtractType for T { ))) } } -impl ExtractType for Option { - fn extract(value: &Tagged) -> Result, ShellError> { - let name = std::any::type_name::(); - trace!("