From 47fb9dbf43fb069635d421dabd16f7a721ec1d9a Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Sat, 19 Oct 2024 21:05:08 -0400 Subject: Fix some rust warnings and remove mention of `binja-rs` --- rust/src/workflow.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rust/src/workflow.rs') diff --git a/rust/src/workflow.rs b/rust/src/workflow.rs index ae5c8e65..7172e779 100644 --- a/rust/src/workflow.rs +++ b/rust/src/workflow.rs @@ -24,6 +24,7 @@ impl AnalysisContext { Self { handle } } + #[allow(unused)] pub(crate) unsafe fn ref_from_raw(handle: NonNull) -> Ref { Ref::new(Self { handle }) } @@ -156,6 +157,7 @@ impl Activity { Self { handle } } + #[allow(unused)] pub(crate) unsafe fn ref_from_raw(handle: NonNull) -> Ref { Ref::new(Self { handle }) } -- cgit v1.3.1