Skip to content

Commit 371d89a

Browse files
Fix warning
1 parent da953b9 commit 371d89a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extract.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ impl egglog::extract::CostModel<Cost> for CostModel {
115115

116116
fn enode_cost(
117117
&self,
118-
egraph: &egglog::EGraph,
118+
_egraph: &egglog::EGraph,
119119
func: &egglog::Function,
120120
row: &egglog::FunctionRow<'_>,
121121
) -> Cost {

0 commit comments

Comments
 (0)