lsmem: Remove unnecessary allow(dead_code)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user