Skip to content

Commit a70085e

Browse files
committed
fix: Debug for commit::Sorting. (#801)
1 parent 61eec5a commit a70085e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gix-traverse/src/commit.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ impl Default for Parents {
2323
}
2424

2525
/// Specify how to sort commits during traversal.
26-
#[derive(Copy, Clone)]
26+
#[derive(Debug, Copy, Clone)]
2727
pub enum Sorting {
2828
/// Commits are sorted as they are mentioned in the commit graph.
2929
Topological,

0 commit comments

Comments
 (0)