Skip to content

Commit

Permalink
Fix Clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed Dec 7, 2024
1 parent d4bf3bb commit 9c674dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/jambonz.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ use serde::{Deserialize, Serialize};

#[derive(Debug, Clone, Serialize)]
#[serde(rename_all = "snake_case", tag = "verb")]
#[allow(dead_code)]
pub(crate) enum Verb {
Redirect(Redirect),
// Pause(Pause),
Pause(Pause),
Say(Say),
Gather(Gather),
}
Expand Down

0 comments on commit 9c674dc

Please sign in to comment.