Skip to content

Commit 2df801f

Browse files
committed
web: fix warnings
1 parent b72e450 commit 2df801f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/web.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ async fn download_handler(
139139
}
140140

141141
async fn upload_hex_model_handler(
142-
State(state): State<Arc<AppState>>,
143-
headers: HeaderMap,
142+
State(_state): State<Arc<AppState>>,
143+
_headers: HeaderMap,
144144
RawBody(body): RawBody,
145145
) -> impl IntoResponse {
146146
// read body as bytes

0 commit comments

Comments
 (0)