diff options
| author | Rubens Brandao <git@rubens.io> | 2024-05-10 08:55:09 -0300 |
|---|---|---|
| committer | Kyle Martin <krm504@nyu.edu> | 2024-05-10 12:00:27 -0400 |
| commit | b2ec4cc4bb2e5535769928b561f1c1932a66dcc8 (patch) | |
| tree | 90425d537153f091dc9ba011e4053165ca2350f2 /rust/src/debuginfo.rs | |
| parent | ea7a22b16fc56c23af397dd690c6c839dfb3a8f1 (diff) | |
use the new public/private Array trait impl
Diffstat (limited to 'rust/src/debuginfo.rs')
| -rw-r--r-- | rust/src/debuginfo.rs | 8 |
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 |
