Files
Will Pfleger c22fdd937c fix(acp): suppress clippy::too_many_arguments on format_context_hints
The function inherently needs all 8 parameters — each maps to a
distinct context dimension. Refactoring into a struct would add
abstraction without reducing complexity.

Co-authored-by: Will Pfleger <pfleger.will@gmail.com>
Signed-off-by: Will Pfleger <pfleger.will@gmail.com>
2026-06-27 11:52:48 -04:00
..