Skip to content

Commit 03a4545

Browse files
committed
add more standard traits to Change type.
Namely: Debug, PartialEq, Eq
1 parent 5eb2248 commit 03a4545

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gix-index/src/entry/mode.rs

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ impl From<gix_object::tree::EntryMode> for Mode {
7474
}
7575

7676
/// A change of a [`Mode`].
77+
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
7778
pub enum Change {
7879
/// The type of mode changed, like symlink => file.
7980
Type {

0 commit comments

Comments
 (0)