We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c182f4c commit a7652b4Copy full SHA for a7652b4
src/cortex-tui/src/app/state.rs
@@ -7,6 +7,8 @@ use cortex_core::{
7
style::ThemeColors,
8
widgets::{CortexInput, Message},
9
};
10
+// DownloadProgress and UpdateInfo are used in future download tracking feature
11
+#[allow(unused_imports)]
12
use cortex_update::{DownloadProgress, UpdateInfo};
13
use uuid::Uuid;
14
0 commit comments