Skip to content

Commit 1bce5c6

Browse files
committed
fix(warn): allow 'dead_code' on pub struct PendingCategorySelection
1 parent a2fe3d0 commit 1bce5c6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crates/rustmail/src/db/repr.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ pub struct TicketCategorySettings {
3737
pub selection_timeout_s: i64,
3838
}
3939

40+
#[allow(dead_code)]
4041
#[derive(Debug, Clone)]
4142
pub struct PendingCategorySelection {
4243
pub user_id: i64,

0 commit comments

Comments
 (0)