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].