summary refs log tree commit diff
path: root/src/components/tag_pill.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/tag_pill.rs')
-rw-r--r--src/components/tag_pill.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/tag_pill.rs b/src/components/tag_pill.rs
index 487add7..0dc9117 100644
--- a/src/components/tag_pill.rs
+++ b/src/components/tag_pill.rs
@@ -7,6 +7,7 @@ pub(crate) struct TagPill(pub(crate) Box<str>);
 #[derive(Debug)]
 pub(crate) struct TagPillDelete(pub(crate) DynamicIndex);
 
+#[allow(dead_code)]
 pub(crate) struct TagPillWidgets {
     label: gtk::Label,
     button: gtk::Button,