Skip to content

Commit e2e4123

Browse files
committed
Yet another one
1 parent 58f53d6 commit e2e4123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/shell/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ fn panic(_info: &core::panic::PanicInfo) -> ! {
2828
#[lang = "eh_personality"]
2929
extern "C" fn eh_personality() {}
3030

31-
#[no_mangle]
31+
#[unsafe(no_mangle)]
3232
pub extern "C" fn core_init(_dummy: *mut c_char) -> c_int {
3333
powersync_init_static()
3434
}

0 commit comments

Comments
 (0)