mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 11:38:01 +00:00
remove unicode normalization and std references
This commit is contained in:
@@ -19,9 +19,7 @@ pub extern "C" fn rust_eh_personality() {}
|
||||
|
||||
#[panic_handler]
|
||||
fn panic(_info: &core::panic::PanicInfo) -> ! {
|
||||
unsafe {
|
||||
libc::abort();
|
||||
}
|
||||
loop {}
|
||||
}
|
||||
|
||||
use libc_alloc::LibcAlloc;
|
||||
@@ -60,5 +58,5 @@ fn test() {
|
||||
// subxt-core
|
||||
// /////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
let _era = subxt_core::utils::Era::Immortal;
|
||||
// let _era = subxt_core::utils::Era::Immortal;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user