Auto-update fts index
This commit is contained in:
@@ -22,7 +22,7 @@ impl<T: Debug + Clone> OneOrMany<T> {
|
||||
|
||||
pub fn as_slice(&self) -> &[T] {
|
||||
match self {
|
||||
Self::One(x) => slice::from_ref(&x),
|
||||
Self::One(x) => slice::from_ref(x),
|
||||
Self::Many(x) => &x[..],
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user