singleton2index: dont use Full area

This commit is contained in:
Michael Sippel 2022-02-10 01:12:36 +01:00
parent 31a8202dd7
commit 8239b1e8d5

View file

@ -66,7 +66,7 @@ where
type Item = SrcView::Item;
fn area(&self) -> IndexArea<()> {
IndexArea::Full
IndexArea::Set(vec![ () ])
}
fn get(&self, _msg: &()) -> Option<Self::Item> {