pub fn render_lint_human(report: &LintReport) -> StringExpand description
Render the lint report as readable text: an optional limited-coverage note, a summary line, then one block per finding (severity and code, then the message). Pure and allocation-bounded; never panics.