chore: clippy warnings

This commit is contained in:
Paul Makles
2023-01-03 21:06:43 +00:00
parent 27b4699299
commit c5b823ad13
9 changed files with 12 additions and 12 deletions

View File

@@ -56,7 +56,7 @@ pub struct Bot {
}
/// Optional fields on bot object
#[derive(Serialize, Deserialize, JsonSchema, Debug, PartialEq)]
#[derive(Serialize, Deserialize, JsonSchema, Debug, PartialEq, Eq)]
pub enum FieldsBot {
Token,
InteractionsURL,