Skip to content

Commit a7652b4

Browse files
committed
chore: suppress unused import warning for future use
1 parent c182f4c commit a7652b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/cortex-tui/src/app/state.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ use cortex_core::{
77
style::ThemeColors,
88
widgets::{CortexInput, Message},
99
};
10+
// DownloadProgress and UpdateInfo are used in future download tracking feature
11+
#[allow(unused_imports)]
1012
use cortex_update::{DownloadProgress, UpdateInfo};
1113
use uuid::Uuid;
1214

0 commit comments

Comments
 (0)