mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 22:46:39 +01:00
Rename OtherKind -> Other
This commit is contained in:
parent
823a92a303
commit
66177e9de3
1 changed files with 1 additions and 1 deletions
|
@ -509,5 +509,5 @@ pub enum ApiErrorKind {
|
|||
FileIdInvalid,
|
||||
|
||||
#[serde(other)]
|
||||
OtherKind,
|
||||
Other,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue