remove unicode normalization and std references

This commit is contained in:
Tadeo hepperle
2024-02-14 16:12:53 +01:00
parent a0a79c4290
commit cc33870c6b
8 changed files with 23 additions and 67 deletions
+2 -4
View File
@@ -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;
}