mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-09 11:43:57 +01:00
fix warning
This commit is contained in:
parent
781371cb17
commit
91220befb6
1 changed files with 1 additions and 1 deletions
|
@ -38,8 +38,8 @@ impl PassportElementError {
|
|||
}
|
||||
}
|
||||
|
||||
#[serde(tag = "source")]
|
||||
#[derive(Clone, Debug, Hash, Eq, PartialEq, Serialize, Deserialize)]
|
||||
#[serde(tag = "source")]
|
||||
pub enum PassportElementErrorKind {
|
||||
#[serde(rename = "data")]
|
||||
DataField(PassportElementErrorDataField),
|
||||
|
|
Loading…
Reference in a new issue