Commit c211d3a
authored
fix(l1): remove incorrect debug_assert on trie iteration (#4434)
**Motivation**
When adding support for trie iteration from a given starting point, we
added a `debug_assert!` that checks that the internal stack isn't empty,
but this is incorrect; it is entirely possible that the stack is empty
if the trie is empty, in that case we simply return an empty iterator,
which is fine.
**Description**
<!-- A clear and concise general description of the changes this PR
introduces -->
<!-- Link to issues: Resolves #111, Resolves #222 -->
Closes #issue_number1 parent c008bfc commit c211d3a
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| |||
0 commit comments