chore: clean up compile warnings

This commit is contained in:
alyssa 2025-01-02 02:37:15 +00:00
parent 16ce67e02c
commit 89d6481ddb
16 changed files with 37 additions and 32 deletions

View file

@ -54,6 +54,7 @@ struct DispatchRequest {
test: Option<String>,
}
#[allow(dead_code)]
#[derive(Debug)]
enum DispatchResponse {
OK,