From d6a936b045d6efea2bee4fb4ee4a14c28c11f6de Mon Sep 17 00:00:00 2001 From: iximeow Date: Mon, 29 Sep 2025 02:57:41 +0000 Subject: annotation description test requires `fmt` this was missed in typical testing because either tests run with all features, no features, or fmt. there wasn't a test entry for only std, which was broken. --- test/long_mode/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/long_mode/mod.rs') diff --git a/test/long_mode/mod.rs b/test/long_mode/mod.rs index 2c7771c..a76bbda 100644 --- a/test/long_mode/mod.rs +++ b/test/long_mode/mod.rs @@ -5,7 +5,7 @@ mod operand; mod opcode; #[cfg(feature="fmt")] mod display; -#[cfg(feature="std")] +#[cfg(all(feature="std", feature="fmt"))] mod descriptions; mod evex_generated; mod reuse_test; -- cgit v1.1