mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Fix help_can and help_parse
This commit is contained in:
parent
67bca80921
commit
78ceb8cdbf
5 changed files with 54 additions and 19 deletions
|
@ -57,4 +57,8 @@ impl ParseExpr {
|
|||
pub fn into_arena(self) -> Bump {
|
||||
self.arena
|
||||
}
|
||||
|
||||
pub fn arena(&self) -> &Bump {
|
||||
&self.arena
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue