mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-13 15:26:24 +00:00
ProcLayout::new is crate-public
This commit is contained in:
parent
8431b27282
commit
679557e44e
1 changed files with 1 additions and 1 deletions
|
@ -4003,7 +4003,7 @@ pub struct ProcLayout<'a> {
|
|||
}
|
||||
|
||||
impl<'a> ProcLayout<'a> {
|
||||
pub fn new(
|
||||
pub(crate) fn new(
|
||||
arena: &'a Bump,
|
||||
old_arguments: &'a [Layout<'a>],
|
||||
old_captures_niche: CapturesNiche<'a>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue