From c43ecea6535c12d8b04ca8cede1a35cb9fb66af9 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Fri, 13 Mar 2026 12:20:27 -0700 Subject: [Rust] Move `ObjectDestructor` to own module and add some extra documentation --- plugins/warp/src/plugin/debug.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/warp/src/plugin/debug.rs') diff --git a/plugins/warp/src/plugin/debug.rs b/plugins/warp/src/plugin/debug.rs index d220d329..4198ea30 100644 --- a/plugins/warp/src/plugin/debug.rs +++ b/plugins/warp/src/plugin/debug.rs @@ -3,7 +3,7 @@ use crate::{build_function, cache}; use binaryninja::binary_view::BinaryView; use binaryninja::command::{Command, FunctionCommand}; use binaryninja::function::Function; -use binaryninja::ObjectDestructor; +use binaryninja::object_destructor::ObjectDestructor; pub struct DebugFunction; -- cgit v1.3.1