Reduce unused warnings in tests and helpers

This commit is contained in:
2025-12-27 17:49:42 +09:00
parent 0d6229d5a2
commit f654dd316d
26 changed files with 34 additions and 48 deletions

View File

@ -22,7 +22,7 @@ pub(in crate::mir::builder) fn try_promote(
body: &[ASTNode],
inputs: Pattern2Inputs,
debug: bool,
verbose: bool,
_verbose: bool,
) -> Result<PromoteDecision, String> {
let mut inputs = inputs;
use crate::mir::join_ir::lowering::digitpos_condition_normalizer::DigitPosConditionNormalizer;