mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
make clippy happy 1
This commit is contained in:
parent
2019db972d
commit
641d12fb2d
13 changed files with 38 additions and 45 deletions
|
@ -26,6 +26,7 @@ pub trait ErrorCode: std::error::Error {
|
|||
}
|
||||
}
|
||||
|
||||
#[allow(clippy::enum_variant_names)]
|
||||
enum ErrorType {
|
||||
InternalError,
|
||||
InvalidRequestError,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue