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 1f1c4ac commit 8b4ce46Copy full SHA for 8b4ce46
crates/loadable/src/lib.rs
@@ -30,11 +30,3 @@ fn panic(_info: &core::panic::PanicInfo) -> ! {
30
#[cfg(not(test))]
31
#[lang = "eh_personality"]
32
extern "C" fn eh_personality() {}
33
-
34
-#[cfg(target_family = "wasm")]
35
-#[no_mangle]
36
-static _CLOCK_PROCESS_CPUTIME_ID: i32 = 1;
37
38
39
40
-static _CLOCK_THREAD_CPUTIME_ID: i32 = 1;
0 commit comments