You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we implemented the `TreeLike` trait for the concrete `Policy` we
put it in the `iter` module, it doesn't really live there, better to put
the impl in the same place as the definition of the implementor.
Move the impl of `TreeLike` for `concrete::Policy` to the `concrete`
module.
0 commit comments