Skip to content

Commit cfe2cd3

Browse files
authored
Merge pull request #1074 from vcfxb/service-debug
Derive `Debug` for `transport::Service`
2 parents cb32b01 + fc1556a commit cfe2cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transport.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ pub trait SmartSubtransport: Send + 'static {
5454
}
5555

5656
/// Actions that a smart transport can ask a subtransport to perform
57-
#[derive(Copy, Clone, PartialEq)]
57+
#[derive(Copy, Clone, PartialEq, Debug)]
5858
#[allow(missing_docs)]
5959
pub enum Service {
6060
UploadPackLs,

0 commit comments

Comments
 (0)