This commit is contained in:
sxyazi 2025-06-22 20:19:38 +08:00
parent debc729741
commit 1c0d076e41
No known key found for this signature in database

View file

@ -25,9 +25,6 @@ impl Pick {
}
impl Pick {
#[inline]
pub const fn len(&self) -> usize { self.items.len() }
#[inline]
pub fn title(&self) -> &str { &self.title }
}