mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 00:31:02 +00:00
apply review comments
This commit is contained in:
@ -471,10 +471,6 @@ pub enum Kind {
|
||||
}
|
||||
|
||||
impl Kind {
|
||||
pub fn all_variants() -> Vec<Self> {
|
||||
enum_iterator::all::<Kind>().collect()
|
||||
}
|
||||
|
||||
pub fn related_to_one_index(&self) -> bool {
|
||||
match self {
|
||||
Kind::DocumentAdditionOrUpdate
|
||||
|
Reference in New Issue
Block a user