remove cancelable from symbols
This commit is contained in:
@@ -95,7 +95,7 @@ pub(crate) fn reference_definition(
|
||||
}
|
||||
// If that fails try the index based approach.
|
||||
let navs = db
|
||||
.index_resolve(name_ref)?
|
||||
.index_resolve(name_ref)
|
||||
.into_iter()
|
||||
.map(NavigationTarget::from_symbol)
|
||||
.collect();
|
||||
|
||||
Reference in New Issue
Block a user