Reduce unused warnings in tests and helpers
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user