apply review comments

This commit is contained in:
Tamo 2025-01-07 16:24:26 +01:00
parent 8ebfc9fa92
commit ae5a04e85c
No known key found for this signature in database
GPG key ID: 20CD8020AFA88D69
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