This commit is contained in:
Aleksey Kladov 2019-11-26 17:26:08 +03:00
parent d118997b93
commit 25b32f9d68

View file

@ -1,3 +1,6 @@
//! Helper functions for working with def, which don't need to be a separate
//! query, but can't be computed directly from `*Data` (ie, which need a `db`).
use hir_def::{
db::DefDatabase,
resolver::{HasResolver, TypeNs},