Skip to content

Commit 7ccfc95

Browse files
committed
fix: Remove derive impl of Debug
1 parent e3e9d28 commit 7ccfc95

File tree

1 file changed

+1
-1
lines changed
  • crates/libtortillas/src/peer

1 file changed

+1
-1
lines changed

crates/libtortillas/src/peer/id.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ macro_rules! define_clients {
6060
format: $format:expr
6161
}
6262
),* $(,)?) => {
63-
#[derive(Copy, Clone, Debug, PartialEq, Eq, Hash)]
63+
#[derive(Copy, Clone, PartialEq, Eq, Hash)]
6464
pub enum PeerId {
6565
$($variant(Id),)*
6666
Unknown(Id),

0 commit comments

Comments
 (0)