From b2ec4cc4bb2e5535769928b561f1c1932a66dcc8 Mon Sep 17 00:00:00 2001 From: Rubens Brandao Date: Fri, 10 May 2024 08:55:09 -0300 Subject: use the new public/private Array trait impl --- rust/src/debuginfo.rs | 8 -------- 1 file changed, 8 deletions(-) (limited to 'rust/src/debuginfo.rs') 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 -- cgit v1.3.1