Skip to content

Commit 807c2de

Browse files
committed
fix: make blob::Platform::filter_mode public.
There isn't a reason not to allow changes to this field.
1 parent 5a1b3d6 commit 807c2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gix-diff/src/blob/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ pub struct Platform {
113113
pub attr_stack: gix_worktree::Stack,
114114

115115
/// The way we convert resources into diffable states.
116-
filter_mode: pipeline::Mode,
116+
pub filter_mode: pipeline::Mode,
117117
/// A continuously growing cache keeping ready-for-diff blobs by their path in the worktree,
118118
/// as that is what affects their final diff-able state.
119119
///

0 commit comments

Comments
 (0)