Removed a copious amount of premature Rc-s

This commit is contained in:
2023-06-18 04:22:20 +01:00
parent aebbf51228
commit 79e28883db
56 changed files with 716 additions and 636 deletions

View File

@@ -1,7 +1,8 @@
use hashbrown::HashMap;
use crate::interner::{Interner, Sym};
use crate::interner::Interner;
use crate::representations::interpreted::ExprInst;
use crate::Sym;
/// All the data associated with an interpreter run
#[derive(Clone)]