Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
semantic: Remove recursion in n_keys
Done as part of the effort to remove all the recursion crate wide. Use the `TreeLike` trait to iterate over policy nodes and remove the recursive call in `semantic::Policy::n_keys`.
- Loading branch information