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 5ddab4c commit e164571Copy full SHA for e164571
ledger_secure_sdk_sys/src/lib.rs
@@ -2,6 +2,7 @@
2
#![allow(non_upper_case_globals)]
3
#![allow(non_camel_case_types)]
4
#![allow(non_snake_case)]
5
+#![allow(unnecessary_transmutes)]
6
7
use core::ffi::c_void;
8
#[cfg(all(feature = "heap"))]
0 commit comments