From 1a109e4d6bcc348607859342b144daef11c124cd Mon Sep 17 00:00:00 2001 From: tslil Date: Wed, 22 Oct 2025 22:02:55 +0100 Subject: Implement the coniditional selection transformation --- rprt-engine/src/selection.rs | 9 --------- 1 file changed, 9 deletions(-) (limited to 'rprt-engine/src/selection.rs') diff --git a/rprt-engine/src/selection.rs b/rprt-engine/src/selection.rs index ee83294..1d1c557 100644 --- a/rprt-engine/src/selection.rs +++ b/rprt-engine/src/selection.rs @@ -75,15 +75,6 @@ where SelectionError(SelectionError), } -impl From for VectoriseError -where - E: std::error::Error + 'static, -{ - fn from(e: E) -> Self { - VectoriseError::ProcessingError(e) - } -} - impl Selection { pub fn empty() -> Self { Self::MultiRanges { -- cgit v1.2.3