mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
Remove some unneeded changes
This commit is contained in:
parent
8855f269ba
commit
74a55664dd
3 changed files with 2 additions and 3 deletions
|
@ -410,7 +410,7 @@ pub struct Env<'a> {
|
|||
arena: &'a Bump,
|
||||
subs: &'a Subs,
|
||||
layout_cache: LayoutCache<'a>,
|
||||
interns: &'a mut Interns,
|
||||
interns: &'a Interns,
|
||||
struct_names: Structs,
|
||||
enum_names: Enums,
|
||||
pending_recursive_types: VecMap<TypeId, Layout<'a>>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue