Skip to main content

write_suggestion

Function write_suggestion 

Source
pub fn write_suggestion<W: Write>(out: &mut W, f: &Finding) -> Result<()>
Expand description

The suggestion line that follows a finding, when it has one.

Written immediately after the finding it belongs to. Printing every finding first and every suggestion afterwards detaches them: with two findings, the first suggestion appears below the second finding and reads as if it belonged to it.