Skip to content

Commit 25b32f9

Browse files
committed
Doc
1 parent d118997 commit 25b32f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crates/ra_hir/src/ty/utils.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
//! Helper functions for working with def, which don't need to be a separate
2+
//! query, but can't be computed directly from `*Data` (ie, which need a `db`).
3+
14
use hir_def::{
25
db::DefDatabase,
36
resolver::{HasResolver, TypeNs},

0 commit comments

Comments
 (0)