mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
remove lifetimes where now possible
This commit is contained in:
parent
2b93db1291
commit
7634c6f636
2 changed files with 5 additions and 5 deletions
|
@ -18,7 +18,7 @@ use roc_types::subs::{Subs, Variable};
|
|||
pub fn get_values<'a>(
|
||||
target_info: TargetInfo,
|
||||
arena: &'a bumpalo::Bump,
|
||||
subs: &'a Subs,
|
||||
subs: &Subs,
|
||||
interns: &'a Interns,
|
||||
start: *const u8,
|
||||
start_offset: usize,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue