Skip to content

Commit eec21eb

Browse files
committed
fix: allow dead function minimal_widths
1 parent ff3fce6 commit eec21eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vickyctl/src/tui/lock_resolver.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ fn handle_task_list_input(
172172
}
173173

174174
// This will not make the table equally spaced, but instead use minimal space.
175+
#[allow(dead_code)]
175176
fn minimal_widths(locks: &[PoisonedLock]) -> [Constraint; 4] {
176177
[
177178
Constraint::Max(get_longest_len(locks.iter().map(|l| l.name()))),

0 commit comments

Comments
 (0)