lsmem: Remove unnecessary allow(dead_code)

This commit is contained in:
Foorack
2025-02-15 10:47:27 +01:00
parent 72435a763f
commit 088c023d5c

View File

@@ -106,12 +106,10 @@ impl Column {
}
}
#[allow(dead_code)]
fn get_float_right(&self) -> bool {
self != &Column::Range
}
#[allow(dead_code)]
fn get_width_hint(&self) -> usize {
if self == &Column::Size {
5