diff --git a/crates/native/src/renderer.rs b/crates/native/src/renderer.rs index f04e2c3399..1f9075b5c5 100644 --- a/crates/native/src/renderer.rs +++ b/crates/native/src/renderer.rs @@ -211,13 +211,13 @@ mod frame_handler { // This will trigger `cxx` to generate `UniquePtrTarget` trait for the // mentioned types. extern "Rust" { - fn _touch_unique_ptr_on_frame_handler( + fn touch_unique_ptr_on_frame_handler( i: UniquePtr, ); } } - fn _touch_unique_ptr_on_frame_handler( + fn touch_unique_ptr_on_frame_handler( _: cxx::UniquePtr, ) { }