mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
Drop unnecessary pub
This commit is contained in:
parent
c123bc3c6c
commit
491ae7a775
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ type LiveVarSet = MutSet<Symbol>;
|
||||||
type JPLiveVarMap = MutMap<JoinPointId, LiveVarSet>;
|
type JPLiveVarMap = MutMap<JoinPointId, LiveVarSet>;
|
||||||
|
|
||||||
#[derive(Clone, Debug)]
|
#[derive(Clone, Debug)]
|
||||||
pub struct Context<'a> {
|
struct Context<'a> {
|
||||||
arena: &'a Bump,
|
arena: &'a Bump,
|
||||||
vars: VarMap,
|
vars: VarMap,
|
||||||
jp_live_vars: JPLiveVarMap, // map: join point => live variables
|
jp_live_vars: JPLiveVarMap, // map: join point => live variables
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue