singleton2index: dont use Full area
This commit is contained in:
parent
31a8202dd7
commit
8239b1e8d5
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ where
|
||||||
type Item = SrcView::Item;
|
type Item = SrcView::Item;
|
||||||
|
|
||||||
fn area(&self) -> IndexArea<()> {
|
fn area(&self) -> IndexArea<()> {
|
||||||
IndexArea::Full
|
IndexArea::Set(vec![ () ])
|
||||||
}
|
}
|
||||||
|
|
||||||
fn get(&self, _msg: &()) -> Option<Self::Item> {
|
fn get(&self, _msg: &()) -> Option<Self::Item> {
|
||||||
|
|
Loading…
Reference in a new issue