mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 22:46:39 +01:00
Fix Clippy
This commit is contained in:
parent
46f29736de
commit
1b89289de6
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ pub struct EncryptedPassportElement {
|
|||
#[serde_with_macros::skip_serializing_none]
|
||||
#[derive(Clone, Debug, Deserialize, Eq, Hash, PartialEq, Serialize)]
|
||||
#[serde(rename_all = "snake_case")]
|
||||
#[allow(clippy::large_enum_variant)]
|
||||
pub enum EncryptedPassportElementKind {
|
||||
PersonalDetails {
|
||||
/// Base64-encoded encrypted Telegram Passport element data provided
|
||||
|
|
Loading…
Reference in a new issue