mirror of
https://github.com/perstarkse/minne.git
synced 2026-06-30 10:01:40 +02:00
retrieval simplfied
This commit is contained in:
@@ -436,8 +436,8 @@ pub fn full_window<'a>(resolved: &'a ResolvedSlice<'a>) -> Result<SliceWindow<'a
|
||||
select_window(resolved, 0, None)
|
||||
}
|
||||
|
||||
fn load_explicit_slice<'a>(
|
||||
dataset: &'a ConvertedDataset,
|
||||
fn load_explicit_slice(
|
||||
dataset: &ConvertedDataset,
|
||||
index: &DatasetIndex,
|
||||
config: &SliceConfig<'_>,
|
||||
slice_arg: &str,
|
||||
|
||||
Reference in New Issue
Block a user