Skip to content

Commit 97f725a

Browse files
update .justfile
1 parent a8f52e9 commit 97f725a

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.justfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ check: format
1414
build: check
1515
cargo build -p diagnostic-tui
1616

17-
install: build
17+
install:
1818
cargo install --path diagnostic-tui
1919

2020
test:
2121
cargo test
22+
23+
clean:
24+
cargo clean

diagnostic-tui/src/app/crash_state.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//! State for the Crash Reports tab.
2-
32
use super::navigation::ensure_cursor_visible;
43
use ratatui::widgets::TableState;
54

0 commit comments

Comments
 (0)