From 857f0eb5fca7698e6cfa31680ef8129f3416350e Mon Sep 17 00:00:00 2001 From: Damien Murphy Date: Sat, 13 Jul 2024 15:22:16 -0700 Subject: [PATCH] fix lint error --- src/transcription/prerecorded/response.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transcription/prerecorded/response.rs b/src/transcription/prerecorded/response.rs index 1e8a6cb5..7a28418c 100644 --- a/src/transcription/prerecorded/response.rs +++ b/src/transcription/prerecorded/response.rs @@ -17,7 +17,7 @@ use uuid::Uuid; pub struct Response { #[allow(missing_docs)] pub request_id: Option, - + #[allow(missing_docs)] pub metadata: Option,