Remove some unneeded changes

This commit is contained in:
Ayaz Hafiz 2022-07-01 16:29:17 -04:00 committed by ayazhafiz
parent 8855f269ba
commit 74a55664dd
No known key found for this signature in database
GPG key ID: B443F7A3030C9AED
3 changed files with 2 additions and 3 deletions

View file

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