From f8c8dffa23080a6f465b2fa594d4ea4dab9185a7 Mon Sep 17 00:00:00 2001 From: Ayrat Badykov Date: Sun, 1 Dec 2024 12:51:01 +0200 Subject: [PATCH] fix clippy --- src/objects.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/objects.rs b/src/objects.rs index 910ef0f..b262b7a 100644 --- a/src/objects.rs +++ b/src/objects.rs @@ -1733,6 +1733,7 @@ pub struct ChosenInlineResult { } #[apply(apistruct!)] +#[derive(Eq)] pub struct PreparedInlineMessage { pub id: String, pub expiration_date: u64,