mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-14 00:47:18 +00:00
Doc
This commit is contained in:
parent
d118997b93
commit
25b32f9d68
1 changed files with 3 additions and 0 deletions
|
@ -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},
|
||||
|
|
Loading…
Reference in a new issue