Commit 3816629
authored
Make WalkOrder and WalkResult public (#753)
Hi,
this PR fixes a minor visibility issue; the `WalkOrder` and `WalkResult`
enums are used in the `OperationLike::walk` method. However, we cannot
use that method from our own crates since those two enums are not public
and thus we cannot construct them.1 parent fb0ace7 commit 3816629
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments