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.
1 parent 69a3c6a commit afc9cf1Copy full SHA for afc9cf1
cedar-drt/fuzz/fuzz_targets/roundtrip.rs
@@ -205,6 +205,6 @@ fuzz_target!(|input: FuzzTargetInput| {
205
check_policy_equivalence(&p, &np);
206
207
// AST --> text --> CST --> EST --> json --> EST --> AST
208
- let np = round_trip_est(&p);
209
- check_policy_equivalence(&p, &np);
+ let _ = round_trip_est(&p);
+ //check_policy_equivalence(&p, &np);
210
});
0 commit comments