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.
pub fn print_summary(
affected: &AffectedPaths,
out: &mut impl Write,
) -> Result<()>
Print the summary of changes in git-style format. Write a summary of changes to the given writer.