mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
make pub(crate)
This commit is contained in:
parent
e6104ee52f
commit
90e3021904
1 changed files with 2 additions and 2 deletions
|
@ -186,7 +186,7 @@ pub fn float_type_from_float_width<'a, 'ctx, 'env>(
|
|||
}
|
||||
}
|
||||
|
||||
pub fn block_of_memory_slices<'ctx>(
|
||||
pub(crate) fn block_of_memory_slices<'ctx>(
|
||||
context: &'ctx Context,
|
||||
layouts: &[&[Layout<'_>]],
|
||||
target_info: TargetInfo,
|
||||
|
@ -204,7 +204,7 @@ pub fn block_of_memory_slices<'ctx>(
|
|||
block_of_memory_help(context, union_size)
|
||||
}
|
||||
|
||||
pub fn block_of_memory<'ctx>(
|
||||
pub(crate) fn block_of_memory<'ctx>(
|
||||
context: &'ctx Context,
|
||||
layout: &Layout<'_>,
|
||||
target_info: TargetInfo,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue