From 90c6cc90b6c1e80d2f26434f37d687b39a692945 Mon Sep 17 00:00:00 2001 From: Michael Krasnitski Date: Fri, 6 Jan 2023 14:26:24 -0500 Subject: Remove unused impls of `AsRef for T` --- rust/src/downloadprovider.rs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'rust/src/downloadprovider.rs') diff --git a/rust/src/downloadprovider.rs b/rust/src/downloadprovider.rs index 7de8704c..441714b6 100644 --- a/rust/src/downloadprovider.rs +++ b/rust/src/downloadprovider.rs @@ -79,12 +79,6 @@ unsafe impl<'a> CoreArrayWrapper<'a> for DownloadProvider { } } -impl AsRef for DownloadProvider { - fn as_ref(&self) -> &Self { - self - } -} - pub struct DownloadInstanceOutputCallbacks { pub write: Option usize>>, pub progress: Option bool>>, -- cgit v1.3.1