From b9b6bb943663a0cd09d039383903d5725fbe034b Mon Sep 17 00:00:00 2001 From: iximeow Date: Fri, 27 Jun 2025 05:02:32 +0000 Subject: visitor-oriented fmt this makes a decode+format benchmark drop from 75s to 14s... (decode is 5s) --- tests/no_std_check/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/no_std_check/Cargo.toml') diff --git a/tests/no_std_check/Cargo.toml b/tests/no_std_check/Cargo.toml index f5ad827..3edf154 100644 --- a/tests/no_std_check/Cargo.toml +++ b/tests/no_std_check/Cargo.toml @@ -4,7 +4,7 @@ name = "no-std-test" version = "0.0.1" authors = ["iximeow "] license = "0BSD" -description = "test crate to check that yaxpeax-arm is actually no-stds" +description = "test crate to check that yaxpeax-arm is actually no-std" edition = "2021" publish = false -- cgit v1.1