diff --git a/src/errors.rs b/src/errors.rs index 7e7f2122..7d271042 100644 --- a/src/errors.rs +++ b/src/errors.rs @@ -509,5 +509,5 @@ pub enum ApiErrorKind { FileIdInvalid, #[serde(other)] - OtherKind, + Other, }