Skip to content

Commit 35ca7d7

Browse files
committed
Hide __cxa_thread_atexit_impl() from API, otherwise appearing in user-project docs
1 parent b61caa9 commit 35ca7d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

godot-ffi/src/linux_reload_workaround.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ pub unsafe fn thread_atexit(func: *mut c_void, obj: *mut c_void, dso_symbol: *mu
8181
macro_rules! register_hot_reload_workaround {
8282
() => {
8383
#[no_mangle]
84+
#[doc(hidden)]
8485
pub unsafe extern "C" fn __cxa_thread_atexit_impl(
8586
func: *mut ::std::ffi::c_void,
8687
obj: *mut ::std::ffi::c_void,

0 commit comments

Comments
 (0)