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
Make dump_interfaces non-unsafe and improve safety comments
The dump_interfaces function doesn't impose any safety requirements on
callers - all unsafe operations are properly contained in inner unsafe blocks.
Updated safety comments to be more descriptive about what operations are
being performed rather than just stating "unsafe by contract"
Co-authored-by: CBenoit <3809077+CBenoit@users.noreply.github.com>
0 commit comments