Skip to content

Commit 6d36a8b

Browse files
adamgemmellAmanieu
authored andcommitted
Fix intrinsic-test rejecting the new instructions JSON field
1 parent 865c805 commit 6d36a8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/intrinsic-test/src/json_parser.rs

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ pub enum ArgPrep {
2929
}
3030

3131
#[derive(Deserialize, Debug)]
32-
#[serde(deny_unknown_fields)]
3332
struct JsonIntrinsic {
3433
#[serde(rename = "SIMD_ISA")]
3534
simd_isa: String,

0 commit comments

Comments
 (0)