Skip to main content

render_lint_human

Function render_lint_human 

Source
pub fn render_lint_human(report: &LintReport) -> String
Expand 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.