fix clippy lints
This commit is contained in:
@@ -859,7 +859,7 @@ impl CodeGenerator {
|
||||
let v = HeapCellValue::from(c);
|
||||
|
||||
self.marker
|
||||
.mark_non_var::<QueryInstruction>(Level::Shallow, term_loc, &cell, code);
|
||||
.mark_non_var::<QueryInstruction>(Level::Shallow, term_loc, cell, code);
|
||||
|
||||
code.push_back(instr!("put_constant", Level::Shallow, v, temp_v!(1)));
|
||||
compile_expr!(self, &terms[1], term_loc, code)
|
||||
|
||||
Reference in New Issue
Block a user