We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
compile_parse_tree
1 parent 31c1ee8 commit 237b897Copy full SHA for 237b897
fuzz/fuzz_targets/compile_parse_tree.rs
@@ -24,6 +24,5 @@ fuzz_target!(|data: &[u8]| {
24
.compile(arguments, false)
25
.with_file("")
26
.expect("AST should compile with given arguments");
27
- let _simplicity_commit = named::to_commit_node(&simplicity_named_construct)
28
- .expect("Conversion to commit node should never fail");
+ let _simplicity_commit = named::forget_names(&simplicity_named_construct);
29
});
0 commit comments