mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Code doesn't need to be serializable/deserializable
This commit is contained in:
parent
12c3d432f9
commit
9d46caba29
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ impl fmt::Display for ErrorType {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, Debug, Clone, Copy, PartialEq, Eq)]
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
||||
pub enum Code {
|
||||
// error related to your setup
|
||||
IoError,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue