Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cdisselkoen committed Nov 16, 2023
1 parent 0ca1810 commit 0c42066
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cedar-policy-generators/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ fn generate_hierarchy_from_schema(byte_length: usize, args: &HierarchyArgs) -> R
None => NumEntities::RangePerEntityType(1..=args.max_depth),
},
u: &mut u,
extensions: Extensions::all_available(),
}
.generate()
.map_err(|err| anyhow!("failed to generate hierarchy: {err:#?}"))?;
Expand Down

0 comments on commit 0c42066

Please sign in to comment.