pub fn format_unified_diff(
old: &str,
new: &str,
options: DiffOptions<'_>,
) -> StringExpand description
Format a unified diff without ANSI color codes.
pub fn format_unified_diff(
old: &str,
new: &str,
options: DiffOptions<'_>,
) -> StringFormat a unified diff without ANSI color codes.