summaryrefslogtreecommitdiff
path: root/rust/src/backgroundtask.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src/backgroundtask.rs')
-rw-r--r--rust/src/backgroundtask.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/rust/src/backgroundtask.rs b/rust/src/backgroundtask.rs
index 2557a5f3..7a24b62c 100644
--- a/rust/src/backgroundtask.rs
+++ b/rust/src/backgroundtask.rs
@@ -123,12 +123,6 @@ unsafe impl<'a> CoreArrayWrapper<'a> for BackgroundTask {
}
}
-impl AsRef<BackgroundTask> for BackgroundTask {
- fn as_ref(&self) -> &Self {
- self
- }
-}
-
impl ToOwned for BackgroundTask {
type Owned = Ref<Self>;