aboutsummaryrefslogtreecommitdiff
path: root/rprt-engine/src/selection.rs
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2025-10-22 22:02:55 +0100
committertslil <tslil@posteo.de>2025-10-22 22:15:18 +0100
commit1a109e4d6bcc348607859342b144daef11c124cd (patch)
treebe4e1fca2ce05860b3fe2af97e53ebc346e5fa62 /rprt-engine/src/selection.rs
parent20674aa65148558fb849eb1bb9c8a5e4a0cf483d (diff)
Implement the coniditional selection transformation
Diffstat (limited to 'rprt-engine/src/selection.rs')
-rw-r--r--rprt-engine/src/selection.rs9
1 files changed, 0 insertions, 9 deletions
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<E> From<E> for VectoriseError<E>
-where
- E: std::error::Error + 'static,
-{
- fn from(e: E) -> Self {
- VectoriseError::ProcessingError(e)
- }
-}
-
impl Selection {
pub fn empty() -> Self {
Self::MultiRanges {