Skip to content

Commit 804a6a2

Browse files
committed
clean code
1 parent 08ccd89 commit 804a6a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/emmylua_ls/src/context/status_bar.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,15 @@ impl StatusBar {
105105
}
106106
}
107107

108+
#[allow(unused)]
108109
#[derive(Debug, Clone, Serialize, Deserialize)]
109110
pub struct EmmyServerStatus {
110111
health: String,
111112
loading: bool,
112113
message: String,
113114
}
114115

116+
#[allow(unused)]
115117
#[derive(Debug, Clone, Serialize, Deserialize)]
116118
pub struct EmmyProgress {
117119
text: String,

0 commit comments

Comments
 (0)