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 a365c67 commit bfd444fCopy full SHA for bfd444f
src/rust/bitbox02-rust-c/src/app_ethereum.rs
src/rust/bitbox02-rust-c/src/lib.rs
@@ -40,9 +40,6 @@ mod sha2;
40
#[cfg(feature = "firmware")]
41
mod workflow;
42
43
-#[cfg(feature = "app-ethereum")]
44
-pub mod app_ethereum;
45
-
46
// Whenever execution reaches somewhere it isn't supposed to rust code will "panic". Our panic
47
// handler will print the available information on the screen. If we compile with `panic=abort`
48
// this code will never get executed.
0 commit comments