Skip to content

Commit 2536f49

Browse files
committed
fix: add Debug impl for Metadata
1 parent 518159d commit 2536f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gix-negotiate/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ bitflags::bitflags! {
4646
/// Additional data to store with each commit when used by any of our algorithms.
4747
///
4848
/// It's shared among those who use the [`Negotiator`] trait, and all implementations of it.
49-
#[derive(Default, Copy, Clone)]
49+
#[derive(Default, Debug, Copy, Clone)]
5050
pub struct Metadata {
5151
/// Used by `skipping`.
5252
/// Only used if commit is not COMMON

0 commit comments

Comments
 (0)