mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
clippity clip clippy
This commit is contained in:
parent
dfb1c2d8a3
commit
952e5fa012
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ pub fn collection(ctx: &Context, ptr_bytes: u32) -> StructType<'_> {
|
|||
}
|
||||
|
||||
/// Two usize values.
|
||||
pub fn collection_int_wrapper<'ctx>(ctx: &'ctx Context, ptr_bytes: u32) -> StructType<'ctx> {
|
||||
pub fn collection_int_wrapper(ctx: &Context, ptr_bytes: u32) -> StructType<'_> {
|
||||
let usize_type = BasicTypeEnum::IntType(ptr_int(ctx, ptr_bytes));
|
||||
|
||||
ctx.struct_type(&[usize_type, usize_type], false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue