Skip to content

Commit 1fe69ba

Browse files
committed
Remove unnecessary dead_code annotation from IssueTag
1 parent dffaa6c commit 1fe69ba

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/api_client.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ pub struct Project {
7272
}
7373

7474
#[derive(Debug, Clone, Deserialize)]
75-
#[allow(dead_code)]
7675
pub struct IssueTag {
7776
pub key: String,
7877
pub name: String,

0 commit comments

Comments
 (0)