We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58f53d6 commit e2e4123Copy full SHA for e2e4123
crates/shell/src/main.rs
@@ -28,7 +28,7 @@ fn panic(_info: &core::panic::PanicInfo) -> ! {
28
#[lang = "eh_personality"]
29
extern "C" fn eh_personality() {}
30
31
-#[no_mangle]
+#[unsafe(no_mangle)]
32
pub extern "C" fn core_init(_dummy: *mut c_char) -> c_int {
33
powersync_init_static()
34
}
0 commit comments