Skip to content

Commit c2e92df

Browse files
committed
Add Debug implementation to types::Name
It was removed during the switch from rental to ouroboros
1 parent 9a508cc commit c2e92df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/name.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ use crate::types::ResponseData;
66

77
/// A name that matches a `LIST` or `LSUB` command.
88
#[ouroboros::self_referencing(pub_extras)]
9+
#[derive(Debug)]
910
pub struct Name {
1011
response: Box<ResponseData>,
1112
#[borrows(response)]

0 commit comments

Comments
 (0)