Merge branch 'anchor-map-selections' into lsp
This commit is contained in:
commit
e1556893f7
11 changed files with 956 additions and 848 deletions
|
@ -509,7 +509,7 @@ where
|
|||
}
|
||||
}
|
||||
|
||||
pub struct FilterCursor<'a, F: FnMut(&T::Summary) -> bool, T: Item, D> {
|
||||
pub struct FilterCursor<'a, F, T: Item, D> {
|
||||
cursor: Cursor<'a, T, D>,
|
||||
filter_node: F,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue