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 1e4c5a4 commit 0eb5afaCopy full SHA for 0eb5afa
src/hyperlight_guest/src/lib.rs
@@ -54,15 +54,6 @@ pub mod exceptions {
54
}
55
pub mod logging;
56
57
-// Unresolved symbols
58
-///cbindgen:ignore
59
-#[no_mangle]
60
-pub(crate) extern "C" fn __CxxFrameHandler3() {}
61
62
63
-#[clippy::allow(clippy::non_upper_case_globals)]
64
-pub(crate) static _fltused: i32 = 0;
65
-
66
// It looks like rust-analyzer doesn't correctly manage no_std crates,
67
// and so it displays an error about a duplicate panic_handler.
68
// See more here: https://github.com/rust-lang/rust-analyzer/issues/4490
0 commit comments