fix unecessary mut

This commit is contained in:
Bennet Bleßmann
2025-07-31 21:37:23 +02:00
committed by Bennet Bleßmann
parent 166ec02973
commit 6d7c217227

View File

@@ -56,7 +56,7 @@ impl MockWAM {
let mut printer = HCPrinter::new(
&mut self.machine_st.heap,
&mut self.machine_st.stack,
&mut self.machine_st.arena,
&self.machine_st.arena,
&self.op_dir,
PrinterOutputter::new(),
term_write_result.heap_loc,