mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
manual clippy fixes
This commit is contained in:
parent
ef39bad7c6
commit
2d616d1fe9
6 changed files with 9 additions and 9 deletions
|
@ -1404,8 +1404,8 @@ fn drop_unused_reuse_tokens<'a>(
|
|||
})
|
||||
}
|
||||
|
||||
fn get_reuse_layout_info<'a, 'i>(
|
||||
layout_interner: &'i STLayoutInterner<'a>,
|
||||
fn get_reuse_layout_info<'a>(
|
||||
layout_interner: &STLayoutInterner<'a>,
|
||||
union_layout: UnionLayout<'a>,
|
||||
) -> TokenLayout {
|
||||
let (size, alignment) = union_layout.data_size_and_alignment(layout_interner);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue