print_summary

Function print_summary 

Source
pub fn print_summary(
    affected: &AffectedPaths,
    out: &mut impl Write,
) -> Result<()>
Expand description

Print the summary of changes in git-style format. Write a summary of changes to the given writer.