Skip to content

Commit 1fe6b19

Browse files
cruesslerByron
authored andcommitted
feat: Extract UnifiedDiffSink from UnifiedDiff
1 parent 202bc6d commit 1fe6b19

File tree

3 files changed

+286
-72
lines changed

3 files changed

+286
-72
lines changed

gix-diff/src/blob/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pub mod pipeline;
1212
pub mod platform;
1313

1414
pub mod unified_diff;
15-
pub use unified_diff::_impl::UnifiedDiff;
15+
pub use unified_diff::_impl::{UnifiedDiff, UnifiedDiffSink};
1616

1717
/// Information about the diff performed to detect similarity.
1818
#[derive(Debug, Default, Clone, Copy, PartialEq, PartialOrd)]

0 commit comments

Comments
 (0)