From bdfa884559ead356a904bf47c4a345d593be78df Mon Sep 17 00:00:00 2001 From: Alastair Carey Date: Thu, 13 Jun 2024 21:50:49 +0100 Subject: [PATCH] Resolves #142 --- src/page_object_private.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/page_object_private.rs b/src/page_object_private.rs index 740968f..2cf3fb5 100644 --- a/src/page_object_private.rs +++ b/src/page_object_private.rs @@ -43,6 +43,7 @@ pub(crate) mod internal { /// Clears the internal `FPDF_ANNOTATION` handle for the annotation containing /// this [PdfPageObject]. This [PdfPageObject] is detached from any containing annotation. + #[allow(dead_code)] // TODO: AJRC - 13/6/24 - remove once clear_annotation_handle() function is in use. fn clear_annotation_handle(&mut self); /// Returns the [PdfiumLibraryBindings] used by this [PdfPageObject].