Skip to content

Commit 58f53d6

Browse files
committed
Another no_mangle fix
1 parent 746863c commit 58f53d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ unsafe extern "C" {
102102
}
103103

104104
#[cfg(feature = "static")]
105-
#[no_mangle]
105+
#[unsafe(no_mangle)]
106106
pub extern "C" fn powersync_init_static() -> c_int {
107107
unsafe {
108108
let f = sqlite3_powersync_init;

0 commit comments

Comments
 (0)