Fix intrinsic-test rejecting the new instructions JSON field

This commit is contained in:
Adam Gemmell
2023-05-15 16:41:13 +01:00
committed by Amanieu d'Antras
parent ba671a06c1
commit 9fc8fd8375

View File

@@ -29,7 +29,6 @@ pub enum ArgPrep {
} }
#[derive(Deserialize, Debug)] #[derive(Deserialize, Debug)]
#[serde(deny_unknown_fields)]
struct JsonIntrinsic { struct JsonIntrinsic {
#[serde(rename = "SIMD_ISA")] #[serde(rename = "SIMD_ISA")]
simd_isa: String, simd_isa: String,