We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
instructions
1 parent 865c805 commit 6d36a8bCopy full SHA for 6d36a8b
crates/intrinsic-test/src/json_parser.rs
@@ -29,7 +29,6 @@ pub enum ArgPrep {
29
}
30
31
#[derive(Deserialize, Debug)]
32
-#[serde(deny_unknown_fields)]
33
struct JsonIntrinsic {
34
#[serde(rename = "SIMD_ISA")]
35
simd_isa: String,
0 commit comments