summaryrefslogtreecommitdiff
path: root/rust/src/debuginfo.rs
diff options
context:
space:
mode:
authorRubens Brandao <git@rubens.io>2024-05-10 08:55:09 -0300
committerKyle Martin <krm504@nyu.edu>2024-05-10 12:00:27 -0400
commitb2ec4cc4bb2e5535769928b561f1c1932a66dcc8 (patch)
tree90425d537153f091dc9ba011e4053165ca2350f2 /rust/src/debuginfo.rs
parentea7a22b16fc56c23af397dd690c6c839dfb3a8f1 (diff)
use the new public/private Array trait impl
Diffstat (limited to 'rust/src/debuginfo.rs')
-rw-r--r--rust/src/debuginfo.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/rust/src/debuginfo.rs b/rust/src/debuginfo.rs
index 054e15cd..f29f8ac2 100644
--- a/rust/src/debuginfo.rs
+++ b/rust/src/debuginfo.rs
@@ -285,14 +285,6 @@ unsafe impl CoreArrayProviderInner for DebugInfoParser {
}
}
-unsafe impl CoreArrayWrapper for DebugInfoParser {
- type Wrapped<'a> = Guard<'a, DebugInfoParser>;
-
- unsafe fn wrap_raw<'a>(raw: &'a Self::Raw, _context: &'a Self::Context) -> Self::Wrapped<'a> {
- Guard::new(DebugInfoParser { handle: *raw }, &())
- }
-}
-
///////////////////////
// DebugFunctionInfo