mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-05-13 03:00:26 -04:00
Remove panic handler.
This commit is contained in:
@@ -1,13 +1,7 @@
|
||||
#![no_std]
|
||||
use core::panic::PanicInfo;
|
||||
|
||||
use tiny_keccak::{Hasher, Keccak};
|
||||
|
||||
#[panic_handler]
|
||||
fn panic(_info: &PanicInfo) -> ! {
|
||||
loop {}
|
||||
}
|
||||
|
||||
#[no_mangle]
|
||||
pub extern "C" fn main() -> ! {
|
||||
let input = b"Solidity";
|
||||
|
||||
Reference in New Issue
Block a user