Skip to content

Commit b63d6e8

Browse files
committed
fix: suggestions from code review (II)
1 parent 360cfce commit b63d6e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/@local/hashql/compiletest/src/suite/mir_reify.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use std::{
88
use error_stack::ReportSink;
99
use hashql_ast::node::expr::Expr;
1010
use hashql_core::{
11-
heap::{Heap, ResetAllocator, Scratch},
11+
heap::{Heap, ResetAllocator as _, Scratch},
1212
id::IdVec,
1313
module::ModuleRegistry,
1414
pretty::Formatter,

0 commit comments

Comments
 (0)