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
[topo] Remove im-rc dep and move __reset hack into a separate root! macro.
`topo::Point::__enter_child` -> `topo::__enter_child`, which allows us to make `Point` private to the crate.
`topo::Point::__reset`/`topo::__reset` -> `topo::root!` which is an analog to `topo::call!` but also leaves the parent state intact after calling the inner expression.
0 commit comments