mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +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>;
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct Context<'a> {
|
||||
struct Context<'a> {
|
||||
arena: &'a Bump,
|
||||
vars: VarMap,
|
||||
jp_live_vars: JPLiveVarMap, // map: join point => live variables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue