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
Remove pub(crate) from some FuncEnvironment fields
These we `pub(crate)` just so that the `gc` module could access them, but that
is now a submodule of `FuncEnvironment`'s module, so the `pub(crate)`s are no
longer needed.
0 commit comments