Skip to content

Commit cb2cd67

Browse files
committed
chore(lean): Fix for unused variable linter
1 parent 619e2c0 commit cb2cd67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-engine/src/backends/lean.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ set_option linter.unusedVariables false
789789
Literal::Float {
790790
value,
791791
negative,
792-
kind,
792+
kind: _,
793793
} => format!("{}{value}", if *negative { "-" } else { "" }),
794794
}]
795795
}

0 commit comments

Comments
 (0)