Skip to content

Commit

Permalink
make labels debuggable
Browse files Browse the repository at this point in the history
  • Loading branch information
jhspetersson committed Dec 24, 2024
1 parent cb0e441 commit 046d931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pub struct Comment {
text: String,
}

#[derive(Clone, PartialEq, Serialize, Deserialize)]
#[derive(Clone, Debug, PartialEq, Serialize, Deserialize)]
pub struct Label {
name: String,
color: Option<String>,
Expand Down

0 comments on commit 046d931

Please sign in to comment.