We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Debug
Metadata
1 parent 518159d commit 2536f49Copy full SHA for 2536f49
gix-negotiate/src/lib.rs
@@ -46,7 +46,7 @@ bitflags::bitflags! {
46
/// Additional data to store with each commit when used by any of our algorithms.
47
///
48
/// It's shared among those who use the [`Negotiator`] trait, and all implementations of it.
49
-#[derive(Default, Copy, Clone)]
+#[derive(Default, Debug, Copy, Clone)]
50
pub struct Metadata {
51
/// Used by `skipping`.
52
/// Only used if commit is not COMMON
0 commit comments