We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb32b01 + fc1556a commit cfe2cd3Copy full SHA for cfe2cd3
src/transport.rs
@@ -54,7 +54,7 @@ pub trait SmartSubtransport: Send + 'static {
54
}
55
56
/// Actions that a smart transport can ask a subtransport to perform
57
-#[derive(Copy, Clone, PartialEq)]
+#[derive(Copy, Clone, PartialEq, Debug)]
58
#[allow(missing_docs)]
59
pub enum Service {
60
UploadPackLs,
0 commit comments