diff options
Diffstat (limited to 'rprt-engine/src/selection.rs')
| -rw-r--r-- | rprt-engine/src/selection.rs | 9 |
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 { |
