Drop unnecessary pub

This commit is contained in:
Richard Feldman 2020-10-31 21:28:01 -04:00
parent c123bc3c6c
commit 491ae7a775

View file

@ -147,7 +147,7 @@ type LiveVarSet = MutSet<Symbol>;
type JPLiveVarMap = MutMap<JoinPointId, LiveVarSet>;
#[derive(Clone, Debug)]
pub struct Context<'a> {
struct Context<'a> {
arena: &'a Bump,
vars: VarMap,
jp_live_vars: JPLiveVarMap, // map: join point => live variables