summaryrefslogtreecommitdiff
path: root/rust/src/debuginfo.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src/debuginfo.rs')
-rw-r--r--rust/src/debuginfo.rs12
1 files changed, 0 insertions, 12 deletions
diff --git a/rust/src/debuginfo.rs b/rust/src/debuginfo.rs
index 3ec0691c..36cbc5b7 100644
--- a/rust/src/debuginfo.rs
+++ b/rust/src/debuginfo.rs
@@ -252,12 +252,6 @@ unsafe impl RefCountable for DebugInfoParser {
}
}
-impl AsRef<DebugInfoParser> for DebugInfoParser {
- fn as_ref(&self) -> &Self {
- self
- }
-}
-
impl ToOwned for DebugInfoParser {
type Owned = Ref<Self>;
@@ -811,12 +805,6 @@ unsafe impl RefCountable for DebugInfo {
}
}
-impl AsRef<DebugInfo> for DebugInfo {
- fn as_ref(&self) -> &Self {
- self
- }
-}
-
impl ToOwned for DebugInfo {
type Owned = Ref<Self>;