Fix retrieval of the Fn traits

I used the wrong query, so it only used the lang items from the respective
crate...
This commit is contained in:
Florian Diebold 2019-09-25 20:01:02 +02:00
parent a452e50e0e
commit d0d1a202d4
4 changed files with 7 additions and 8 deletions

View file

@ -326,7 +326,7 @@ impl RootDatabase {
hir::db::ConstDataQuery
hir::db::StaticDataQuery
hir::db::ModuleLangItemsQuery
hir::db::LangItemsQuery
hir::db::CrateLangItemsQuery
hir::db::LangItemQuery
hir::db::DocumentationQuery
hir::db::ExprScopesQuery