fix unecessary mut
This commit is contained in:
committed by
Bennet Bleßmann
parent
166ec02973
commit
6d7c217227
@@ -56,7 +56,7 @@ impl MockWAM {
|
|||||||
let mut printer = HCPrinter::new(
|
let mut printer = HCPrinter::new(
|
||||||
&mut self.machine_st.heap,
|
&mut self.machine_st.heap,
|
||||||
&mut self.machine_st.stack,
|
&mut self.machine_st.stack,
|
||||||
&mut self.machine_st.arena,
|
&self.machine_st.arena,
|
||||||
&self.op_dir,
|
&self.op_dir,
|
||||||
PrinterOutputter::new(),
|
PrinterOutputter::new(),
|
||||||
term_write_result.heap_loc,
|
term_write_result.heap_loc,
|
||||||
|
|||||||
Reference in New Issue
Block a user