remove lifetimes where now possible

This commit is contained in:
Folkert 2022-07-26 00:08:17 +02:00
parent 2b93db1291
commit 7634c6f636
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
2 changed files with 5 additions and 5 deletions

View file

@ -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,