apply review comments

This commit is contained in:
Tamo
2025-01-07 16:24:26 +01:00
parent 8ebfc9fa92
commit ae5a04e85c
2 changed files with 2 additions and 6 deletions

View File

@ -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