Skip to content

Commit

Permalink
Merge pull request #1074 from vcfxb/service-debug
Browse files Browse the repository at this point in the history
Derive `Debug` for `transport::Service`
  • Loading branch information
weihanglo authored Aug 1, 2024
2 parents cb32b01 + fc1556a commit cfe2cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transport.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pub trait SmartSubtransport: Send + 'static {
}

/// Actions that a smart transport can ask a subtransport to perform
#[derive(Copy, Clone, PartialEq)]
#[derive(Copy, Clone, PartialEq, Debug)]
#[allow(missing_docs)]
pub enum Service {
UploadPackLs,
Expand Down

0 comments on commit cfe2cd3

Please sign in to comment.