diff options
author | iximeow <me@iximeow.net> | 2025-06-27 05:02:32 +0000 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2025-10-19 23:29:05 +0000 |
commit | b9b6bb943663a0cd09d039383903d5725fbe034b (patch) | |
tree | 0022ceb857127718fd8b0d289a97ed45a67d5f5e /tests | |
parent | 7c46d5cdc9fdfbc3663a3627d522a259683f594c (diff) |
visitor-oriented fmt
this makes a decode+format benchmark drop from 75s to 14s...
(decode is 5s)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/no_std_check/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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 <me@iximeow.net>"] 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 |